| Index: ui/views/view.h
|
| diff --git a/ui/views/view.h b/ui/views/view.h
|
| index dcef9b03353d27dfa79f0493e9fc27df764518ae..4a67a469564955ed10243557168feaea8e50ecc1 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.
|
| - virtual void RequestFocus();
|
| + 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
|
|
|