summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-09 03:53:19 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-09 03:53:19 +0000
commitfedce25cd33f469381104cc7dfa248e36de3a51c (patch)
treed3f062bb0375edcea678a8ea7075623a8993ca01 /chrome
parent6a9e4610e6a976198963199571b1fdf1f1ac89a2 (diff)
downloadchromium_src-fedce25cd33f469381104cc7dfa248e36de3a51c.zip
chromium_src-fedce25cd33f469381104cc7dfa248e36de3a51c.tar.gz
chromium_src-fedce25cd33f469381104cc7dfa248e36de3a51c.tar.bz2
Fix toolkit_views bustage by updating callsite to use the new function name.
BUG=none TEST=none TBR=jcampan Review URL: http://codereview.chromium.org/118419 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17929 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/views/tab_contents/native_tab_contents_container_gtk.cc5
1 files changed, 3 insertions, 2 deletions
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 3ff5d2e..08495fc 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
@@ -167,10 +167,11 @@ void NativeTabContentsContainerGtk::AboutToRequestFocusFromTabTraversal(
return;
// Give an opportunity to the tab to reset its focus.
if (container_->tab_contents()->interstitial_page()) {
- container_->tab_contents()->interstitial_page()->SetInitialFocus(reverse);
+ container_->tab_contents()->interstitial_page()->FocusThroughTabTraversal(
+ reverse);
return;
}
- container_->tab_contents()->SetInitialFocus(reverse);
+ container_->tab_contents()->FocusThroughTabTraversal(reverse);
}
bool NativeTabContentsContainerGtk::GetAccessibleRole(