linux: Fix API changes of Chrome 37.
This commit is contained in:
parent
48a5591508
commit
9546120ce4
12 changed files with 27 additions and 23 deletions
|
@ -16,8 +16,9 @@ class MenuLayout : public views::FillLayout {
|
|||
|
||||
// views::LayoutManager:
|
||||
virtual void Layout(views::View* host) OVERRIDE;
|
||||
virtual gfx::Size GetPreferredSize(views::View* host) OVERRIDE;
|
||||
virtual int GetPreferredHeightForWidth(views::View* host, int width) OVERRIDE;
|
||||
virtual gfx::Size GetPreferredSize(const views::View* host) const OVERRIDE;
|
||||
virtual int GetPreferredHeightForWidth(
|
||||
const views::View* host, int width) const OVERRIDE;
|
||||
|
||||
private:
|
||||
bool HasMenu(const views::View* host) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue