Added getNativeWindowHandle

This commit is contained in:
Omri Litov 2016-01-07 22:38:35 +02:00
parent 9e254821bb
commit 3f0c007578
6 changed files with 14 additions and 1 deletions

View file

@ -90,7 +90,7 @@ class NativeWindowViews : public NativeWindow,
void SetVisibleOnAllWorkspaces(bool visible) override;
bool IsVisibleOnAllWorkspaces() override;
gfx::AcceleratedWidget GetAcceleratedWidget();
gfx::AcceleratedWidget GetAcceleratedWidget() override;
views::Widget* widget() const { return window_.get(); }