Index: ui/views/view.h |
diff --git a/ui/views/view.h b/ui/views/view.h |
index 4a67a469564955ed10243557168feaea8e50ecc1..dcef9b03353d27dfa79f0493e9fc27df764518ae 100644 |
--- a/ui/views/view.h |
+++ b/ui/views/view.h |
@@ -726,7 +726,7 @@ class VIEWS_EXPORT View : public ui::LayerDelegate, |
virtual const FocusManager* GetFocusManager() const; |
// Request keyboard focus. The receiving view will become the focused view. |
- void RequestFocus(); |
+ virtual void RequestFocus(); |
// Invoked when a view is about to be requested for focus due to the focus |
// traversal. Reverse is this request was generated going backward |