summaryrefslogtreecommitdiffstats
path: root/views/window/client_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/window/client_view.h')
-rw-r--r--views/window/client_view.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/views/window/client_view.h b/views/window/client_view.h
index 08ddcd4..6dd39fe 100644
--- a/views/window/client_view.h
+++ b/views/window/client_view.h
@@ -60,9 +60,10 @@ class ClientView : public View {
protected:
// Overridden from View:
- virtual void ViewHierarchyChanged(bool is_add, View* parent, View* child);
- virtual void OnBoundsChanged();
- virtual AccessibilityTypes::Role GetAccessibleRole();
+ virtual void ViewHierarchyChanged(bool is_add, View* parent, View* child)
+ OVERRIDE;
+ virtual void OnBoundsChanged() OVERRIDE;
+ virtual void GetAccessibleState(ui::AccessibleViewState* state) OVERRIDE;
// Accessors for private data members.
Window* window() const { return window_; }