Index: third_party/WebKit/Source/web/InspectorEmulationAgent.h |
diff --git a/third_party/WebKit/Source/web/InspectorEmulationAgent.h b/third_party/WebKit/Source/web/InspectorEmulationAgent.h |
index b25ba847461295ba74da61d088e93eb00fd79025..2608607084c8314e810e19fd78814a9ac78d8485 100644 |
--- a/third_party/WebKit/Source/web/InspectorEmulationAgent.h |
+++ b/third_party/WebKit/Source/web/InspectorEmulationAgent.h |
@@ -31,7 +31,7 @@ public: |
void viewportChanged(); |
// InspectorBackendDispatcher::EmulationCommandHandler implementation. |
- void resetScrollAndPageScaleFactor(ErrorString*) override; |
+ void resetPageScaleFactor(ErrorString*) override; |
void setPageScaleFactor(ErrorString*, double pageScaleFactor) override; |
void setScriptExecutionDisabled(ErrorString*, bool) override; |
void setTouchEmulationEnabled(ErrorString*, bool enabled, const String* configuration) override; |