Index: Source/web/InspectorClientImpl.cpp |
diff --git a/Source/web/InspectorClientImpl.cpp b/Source/web/InspectorClientImpl.cpp |
index dc24218743fe977e0f6a1e6e16b98fd39f3f4ccd..a93be145736d3aa2acc2c3ff6952f15923572d37 100644 |
--- a/Source/web/InspectorClientImpl.cpp |
+++ b/Source/web/InspectorClientImpl.cpp |
@@ -102,12 +102,6 @@ void InspectorClientImpl::overrideDeviceMetrics(int width, int height, float fon |
agent->overrideDeviceMetrics(width, height, fontScaleFactor, fitWindow); |
} |
-void InspectorClientImpl::autoZoomPageToFitWidth() |
-{ |
- if (WebDevToolsAgentImpl* agent = devToolsAgent()) |
- agent->autoZoomPageToFitWidth(); |
-} |
- |
bool InspectorClientImpl::overridesShowPaintRects() |
{ |
return m_inspectedWebView->isAcceleratedCompositingActive(); |