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, 3 insertions, 4 deletions
diff --git a/views/window/client_view.h b/views/window/client_view.h
index 6dd39fe..08ddcd4 100644
--- a/views/window/client_view.h
+++ b/views/window/client_view.h
@@ -60,10 +60,9 @@ class ClientView : public View {
protected:
// Overridden from View:
- virtual void ViewHierarchyChanged(bool is_add, View* parent, View* child)
- OVERRIDE;
- virtual void OnBoundsChanged() OVERRIDE;
- virtual void GetAccessibleState(ui::AccessibleViewState* state) OVERRIDE;
+ virtual void ViewHierarchyChanged(bool is_add, View* parent, View* child);
+ virtual void OnBoundsChanged();
+ virtual AccessibilityTypes::Role GetAccessibleRole();
// Accessors for private data members.
Window* window() const { return window_; }