Remove MenuLayout in favor of NativeWindowViews::Layout

This commit is contained in:
Birunthan Mohanathas 2017-04-12 14:00:00 +03:00
parent 8b9f7e5b00
commit 638eae1080
5 changed files with 40 additions and 133 deletions

View file

@ -177,6 +177,7 @@ class NativeWindowViews : public NativeWindow,
const content::NativeWebKeyboardEvent& event) override;
// views::View:
void Layout() override;
gfx::Size GetMinimumSize() override;
gfx::Size GetMaximumSize() override;
bool AcceleratorPressed(const ui::Accelerator& accelerator) override;