| Index: chrome/browser/ui/views/tab_contents/native_tab_contents_container_gtk.cc
|
| diff --git a/chrome/browser/ui/views/tab_contents/native_tab_contents_container_gtk.cc b/chrome/browser/ui/views/tab_contents/native_tab_contents_container_gtk.cc
|
| index e6e1dc75f8d3ae72bbaa734d14ea815bd44cd39e..74681c5e0dbccd9a1a221398898ba9e1ce177fb8 100644
|
| --- a/chrome/browser/ui/views/tab_contents/native_tab_contents_container_gtk.cc
|
| +++ b/chrome/browser/ui/views/tab_contents/native_tab_contents_container_gtk.cc
|
| @@ -97,7 +97,7 @@ views::FocusTraversable* NativeTabContentsContainerGtk::GetFocusTraversable() {
|
| return NULL;
|
| }
|
|
|
| -bool NativeTabContentsContainerGtk::IsFocusable() const {
|
| +bool NativeTabContentsContainerGtk::IsFocusableInRootView() const {
|
| // We need to be focusable when our contents is not a view hierarchy, as
|
| // clicking on the contents needs to focus us.
|
| return container_->tab_contents() != NULL;
|
|
|