summaryrefslogtreecommitdiffstats
path: root/views/controls/button/custom_button.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/button/custom_button.h')
-rw-r--r--views/controls/button/custom_button.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/views/controls/button/custom_button.h b/views/controls/button/custom_button.h
index 17dafbf..8dafcf5 100644
--- a/views/controls/button/custom_button.h
+++ b/views/controls/button/custom_button.h
@@ -102,7 +102,8 @@ class CustomButton : public Button,
virtual void OnDragDone() OVERRIDE;
virtual void ShowContextMenu(const gfx::Point& p,
bool is_mouse_gesture) OVERRIDE;
- virtual void ViewHierarchyChanged(bool is_add, View* parent,
+ virtual void ViewHierarchyChanged(bool is_add,
+ View* parent,
View* child) OVERRIDE;
virtual void SetHotTracked(bool flag) OVERRIDE;
virtual bool IsHotTracked() const OVERRIDE;