| Index: third_party/WebKit/Source/web/InspectorEmulationAgent.cpp
|
| diff --git a/third_party/WebKit/Source/web/InspectorEmulationAgent.cpp b/third_party/WebKit/Source/web/InspectorEmulationAgent.cpp
|
| index 4f3475a6c91bf24715d75977a28ff7c30997cc7c..54f432867f3d0da95ba08336f043093a9f2c6e85 100644
|
| --- a/third_party/WebKit/Source/web/InspectorEmulationAgent.cpp
|
| +++ b/third_party/WebKit/Source/web/InspectorEmulationAgent.cpp
|
| @@ -71,9 +71,9 @@ void InspectorEmulationAgent::didCommitLoadForLocalFrame(LocalFrame* frame)
|
| viewportChanged();
|
| }
|
|
|
| -void InspectorEmulationAgent::resetScrollAndPageScaleFactor(ErrorString*)
|
| +void InspectorEmulationAgent::resetPageScaleFactor(ErrorString*)
|
| {
|
| - webViewImpl()->resetScrollAndScaleStateImmediately();
|
| + webViewImpl()->resetScaleStateImmediately();
|
| }
|
|
|
| void InspectorEmulationAgent::setPageScaleFactor(ErrorString*, double pageScaleFactor)
|
|
|