summaryrefslogtreecommitdiffstats
path: root/ui/views/focus/focus_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/views/focus/focus_manager.h')
-rw-r--r--ui/views/focus/focus_manager.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/ui/views/focus/focus_manager.h b/ui/views/focus/focus_manager.h
index e94f307..8169d63 100644
--- a/ui/views/focus/focus_manager.h
+++ b/ui/views/focus/focus_manager.h
@@ -194,7 +194,7 @@ class FocusManager {
void AdvanceFocus(bool reverse);
// The FocusManager keeps track of the focused view within a RootView.
- View* GetFocusedView() const { return focused_view_; }
+ View* focused_view() const { return focused_view_; }
// Low-level methods to force the focus to change (and optionally provide
// a reason). If the focus change should only happen if the view is
@@ -273,12 +273,6 @@ class FocusManager {
// pressed).
static bool IsTabTraversalKeyEvent(const KeyEvent& key_event);
- // Sets the focus to the specified native view.
- virtual void FocusNativeView(gfx::NativeView native_view);
-
- // Clears the native view having the focus.
- virtual void ClearNativeFocus();
-
// Retrieves the FocusManager associated with the passed native view.
static FocusManager* GetFocusManagerForNativeView(
gfx::NativeView native_view);