Add support for child and popup windows in OSR

This commit is contained in:
Heilig Benedek 2017-03-04 03:09:16 +01:00
parent b6319698f1
commit 20d2ab29ab
9 changed files with 541 additions and 55 deletions

View file

@ -147,6 +147,7 @@ class NativeWindow : public base::SupportsUserData,
virtual void SetMenu(AtomMenuModel* menu);
virtual void SetParentWindow(NativeWindow* parent);
virtual void SetBrowserView(NativeBrowserView* browser_view) = 0;
virtual gfx::NativeView GetNativeView() = 0;
virtual gfx::NativeWindow GetNativeWindow() = 0;
virtual gfx::AcceleratedWidget GetAcceleratedWidget() = 0;