summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/layout_test_controller.cc
diff options
context:
space:
mode:
authorbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-14 23:08:05 +0000
committerbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-14 23:08:05 +0000
commite874c64e94d8d33395a52cf341bdb9929980e44f (patch)
tree91bd756a17416e910a889568e5b9338e2b08ea81 /webkit/tools/test_shell/layout_test_controller.cc
parente80eb5d77db328a9270a0c8caac467ab2345b914 (diff)
downloadchromium_src-e874c64e94d8d33395a52cf341bdb9929980e44f.zip
chromium_src-e874c64e94d8d33395a52cf341bdb9929980e44f.tar.gz
chromium_src-e874c64e94d8d33395a52cf341bdb9929980e44f.tar.bz2
Add this file I forgot in my previous CL.
Review URL: http://codereview.chromium.org/7330 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3380 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/layout_test_controller.cc')
-rw-r--r--webkit/tools/test_shell/layout_test_controller.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/layout_test_controller.cc b/webkit/tools/test_shell/layout_test_controller.cc
index 8991693..0f309d7 100644
--- a/webkit/tools/test_shell/layout_test_controller.cc
+++ b/webkit/tools/test_shell/layout_test_controller.cc
@@ -335,7 +335,7 @@ void LayoutTestController::objCIdentityIsEqual(
void LayoutTestController::Reset() {
if (shell_) {
- shell_->webView()->MakeTextStandardSize();
+ shell_->webView()->ResetZoom();
shell_->webView()->SetTabKeyCyclesThroughElements(true);
}
dump_as_text_ = false;