Add support for child and popup windows in OSR
This commit is contained in:
parent
b6319698f1
commit
20d2ab29ab
9 changed files with 541 additions and 55 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue