diff options
Diffstat (limited to 'views/focus/focus_manager_gtk.cc')
-rw-r--r-- | views/focus/focus_manager_gtk.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/focus/focus_manager_gtk.cc b/views/focus/focus_manager_gtk.cc index 07117da..8017961 100644 --- a/views/focus/focus_manager_gtk.cc +++ b/views/focus/focus_manager_gtk.cc @@ -20,6 +20,7 @@ void FocusManager::FocusNativeView(gfx::NativeView native_view) { FocusManager* FocusManager::GetFocusManagerForNativeView( gfx::NativeView native_view) { NOTIMPLEMENTED(); + return NULL; } } // namespace views |