| Index: chrome/browser/ui/views/tab_contents/native_tab_contents_container_aura.cc
|
| diff --git a/chrome/browser/ui/views/tab_contents/native_tab_contents_container_aura.cc b/chrome/browser/ui/views/tab_contents/native_tab_contents_container_aura.cc
|
| index 088b1dddb43d30c08e7b989b0373530083954019..5a5a115eeabf1f99699edccf6337f536a49da292 100644
|
| --- a/chrome/browser/ui/views/tab_contents/native_tab_contents_container_aura.cc
|
| +++ b/chrome/browser/ui/views/tab_contents/native_tab_contents_container_aura.cc
|
| @@ -94,7 +94,7 @@ bool NativeTabContentsContainerAura::SkipDefaultKeyEventProcessing(
|
| !container_->tab_contents()->is_crashed();
|
| }
|
|
|
| -bool NativeTabContentsContainerAura::IsFocusable() const {
|
| +bool NativeTabContentsContainerAura::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;
|
|
|