• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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/basic_panel_view.h"
6 
CefBasicPanelView(CefPanelDelegate * cef_delegate)7 CefBasicPanelView::CefBasicPanelView(CefPanelDelegate* cef_delegate)
8     : ParentClass(cef_delegate) {}
9