| Index: webkit/tools/test_shell/event_sending_controller.cc
|
| ===================================================================
|
| --- webkit/tools/test_shell/event_sending_controller.cc (revision 3355)
|
| +++ webkit/tools/test_shell/event_sending_controller.cc (working copy)
|
| @@ -496,13 +496,13 @@
|
| // WebKit/WebView/WebView.mm)
|
| void EventSendingController::textZoomIn(
|
| const CppArgumentList& args, CppVariant* result) {
|
| - webview()->MakeTextLarger();
|
| + webview()->ZoomIn(true);
|
| result->SetNull();
|
| }
|
|
|
| void EventSendingController::textZoomOut(
|
| const CppArgumentList& args, CppVariant* result) {
|
| - webview()->MakeTextSmaller();
|
| + webview()->ZoomOut(true);
|
| result->SetNull();
|
| }
|
|
|
|
|