summaryrefslogtreecommitdiffstats
path: root/views/widget/widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/widget/widget.h')
-rw-r--r--views/widget/widget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/views/widget/widget.h b/views/widget/widget.h
index d4b4f37..ba0445b 100644
--- a/views/widget/widget.h
+++ b/views/widget/widget.h
@@ -402,6 +402,7 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate,
// Note that all widgets in a widget hierarchy share the same focus manager.
// TODO(beng): remove virtual.
virtual FocusManager* GetFocusManager();
+ virtual const FocusManager* GetFocusManager() const;
// Returns the InputMethod for this widget.
// Note that all widgets in a widget hierarchy share the same input method.