diff options
Diffstat (limited to 'views/widget/root_view.cc')
-rw-r--r-- | views/widget/root_view.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/widget/root_view.cc b/views/widget/root_view.cc index f69c6a4..323612e 100644 --- a/views/widget/root_view.cc +++ b/views/widget/root_view.cc @@ -82,7 +82,7 @@ void RootView::NotifyNativeViewHierarchyChanged(bool attached, // Input ----------------------------------------------------------------------- -bool RootView::OnKeyEvent(const KeyEvent& event) { +bool RootView::ProcessKeyEvent(const KeyEvent& event) { bool consumed = false; View* v = GetFocusManager()->GetFocusedView(); |