Expose NativeWindow.setThumbarButtons API to all platforms.
This commit is contained in:
parent
78eac4116c
commit
2f1cb8b52a
10 changed files with 35 additions and 52 deletions
|
@ -82,10 +82,8 @@ class NativeWindowViews : public NativeWindow,
|
|||
bool IsMenuBarVisible() override;
|
||||
void SetVisibleOnAllWorkspaces(bool visible) override;
|
||||
bool IsVisibleOnAllWorkspaces() override;
|
||||
#if defined(OS_WIN)
|
||||
bool SetThumbarButtons(
|
||||
const std::vector<ThumbarHost::ThumbarButton>& buttons) override;
|
||||
#endif
|
||||
const std::vector<NativeWindow::ThumbarButton>& buttons) override;
|
||||
|
||||
gfx::AcceleratedWidget GetAcceleratedWidget();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue