Continue fixing compilation erros on Windows.
This commit is contained in:
parent
0215c2fbee
commit
56f709ff1f
3 changed files with 7 additions and 9 deletions
|
@ -87,9 +87,8 @@ class NativeWindowWin : public NativeWindow,
|
|||
|
||||
// Overridden from views::View:
|
||||
virtual void Layout() OVERRIDE;
|
||||
virtual void ViewHierarchyChanged(bool is_add,
|
||||
views::View* parent,
|
||||
views::View* child) OVERRIDE;
|
||||
virtual void ViewHierarchyChanged(
|
||||
const ViewHierarchyChangedDetails& details) OVERRIDE;
|
||||
virtual bool AcceleratorPressed(const ui::Accelerator& accelerator) OVERRIDE;
|
||||
|
||||
// Overridden from views::WidgetDelegate:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue