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
|
@ -106,6 +106,7 @@ class NativeWindowViews : public NativeWindow,
|
|||
void SetMenu(AtomMenuModel* menu_model) override;
|
||||
void SetBrowserView(NativeBrowserView* browser_view) override;
|
||||
void SetParentWindow(NativeWindow* parent) override;
|
||||
gfx::NativeView GetNativeView() override;
|
||||
gfx::NativeWindow GetNativeWindow() override;
|
||||
void SetOverlayIcon(const gfx::Image& overlay,
|
||||
const std::string& description) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue