| Index: Source/web/InspectorClientImpl.cpp
|
| diff --git a/Source/web/InspectorClientImpl.cpp b/Source/web/InspectorClientImpl.cpp
|
| index 5f80be4375ba676fc8172be209c294b8189a7953..886c852f999e0044b82e6972783ee2a14f572458 100644
|
| --- a/Source/web/InspectorClientImpl.cpp
|
| +++ b/Source/web/InspectorClientImpl.cpp
|
| @@ -90,10 +90,10 @@ void InspectorClientImpl::updateInspectorStateCookie(const WTF::String& inspecto
|
| agent->updateInspectorStateCookie(inspectorState);
|
| }
|
|
|
| -void InspectorClientImpl::setDeviceMetricsOverride(int width, int height, float deviceScaleFactor, bool emulateViewport, bool fitWindow, float scale, float offsetX, float offsetY)
|
| +void InspectorClientImpl::setDeviceMetricsOverride(int width, int height, float deviceScaleFactor, bool mobile, bool fitWindow, float scale, float offsetX, float offsetY)
|
| {
|
| if (WebDevToolsAgentImpl* agent = devToolsAgent())
|
| - agent->setDeviceMetricsOverride(width, height, deviceScaleFactor, emulateViewport, fitWindow, scale, offsetX, offsetY);
|
| + agent->setDeviceMetricsOverride(width, height, deviceScaleFactor, mobile, fitWindow, scale, offsetX, offsetY);
|
| }
|
|
|
| void InspectorClientImpl::clearDeviceMetricsOverride()
|
|
|