Index: Source/web/WebViewImpl.cpp |
diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp |
index 9b391cec8c9f0540418c969ed2b2ad10b806c74f..39f0040e69d283c92b7f75a3fa611836f6622874 100644 |
--- a/Source/web/WebViewImpl.cpp |
+++ b/Source/web/WebViewImpl.cpp |
@@ -3469,6 +3469,14 @@ void WebViewImpl::setInspectorSetting(const WebString& key, |
client()->didUpdateInspectorSetting(key, value); |
} |
+void WebViewImpl::setCompositorDeviceScaleFactorOverride(float deviceScaleFactor) |
+{ |
+} |
+ |
+void WebViewImpl::setRootLayerScaleTransform(float rootLayerScale) |
+{ |
+} |
+ |
WebDevToolsAgent* WebViewImpl::devToolsAgent() |
{ |
return m_devToolsAgent.get(); |