1 // Copyright 2016 The Chromium Embedded Framework Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style license that can be found 3 // in the LICENSE file. 4 5 #include "libcef/browser/views/scroll_view_view.h" 6 CefScrollViewView(CefViewDelegate * cef_delegate)7CefScrollViewView::CefScrollViewView(CefViewDelegate* cef_delegate) 8 : ParentClass(cef_delegate) {} 9