Index: chrome/browser/tab_contents/tab_contents_view.cc |
=================================================================== |
--- chrome/browser/tab_contents/tab_contents_view.cc (revision 57104) |
+++ chrome/browser/tab_contents/tab_contents_view.cc (working copy) |
@@ -72,11 +72,11 @@ |
} |
void TabContentsView::Activate() { |
- tab_contents_->Activate(); |
+ tab_contents_->delegate()->Activate(); |
} |
void TabContentsView::Deactivate() { |
- tab_contents_->Deactivate(); |
+ tab_contents_->delegate()->Deactivate(); |
} |
void TabContentsView::ShowCreatedFullscreenWidget(int route_id) { |