| Index: chrome/browser/views/tab_contents/native_tab_contents_container_gtk.cc
|
| diff --git a/chrome/browser/views/tab_contents/native_tab_contents_container_gtk.cc b/chrome/browser/views/tab_contents/native_tab_contents_container_gtk.cc
|
| index 9e09839ac1b3a526d9645ec9cbcfdf7147919c6f..241ca35bf49876cac13b31a79791a0564783f433 100644
|
| --- a/chrome/browser/views/tab_contents/native_tab_contents_container_gtk.cc
|
| +++ b/chrome/browser/views/tab_contents/native_tab_contents_container_gtk.cc
|
| @@ -7,6 +7,7 @@
|
| #include "chrome/browser/renderer_host/render_widget_host_view.h"
|
| #include "chrome/browser/tab_contents/interstitial_page.h"
|
| #include "chrome/browser/tab_contents/tab_contents.h"
|
| +#include "chrome/browser/view_ids.h"
|
| #include "chrome/browser/views/tab_contents/tab_contents_container.h"
|
| #include "views/focus/focus_manager.h"
|
| #include "views/widget/root_view.h"
|
| @@ -19,6 +20,7 @@ NativeTabContentsContainerGtk::NativeTabContentsContainerGtk(
|
| TabContentsContainer* container)
|
| : container_(container),
|
| focus_callback_id_(0) {
|
| + SetID(VIEW_ID_TAB_CONTAINER_FOCUS_VIEW);
|
| }
|
|
|
| NativeTabContentsContainerGtk::~NativeTabContentsContainerGtk() {
|
|
|