| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index 42073d1b0f34777cb8fb7bdb4a8e9311d48e2f87..57e639d7528613b112c0bcee8c77d3582d48b0ab 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -258,8 +258,6 @@ public:
|
| virtual void spellingMarkers(WebVector<uint32_t>* markers) override;
|
| virtual void removeSpellingMarkersUnderWords(const WebVector<WebString>& words) override;
|
| virtual unsigned long createUniqueIdentifierForRequest() override;
|
| - virtual void setCompositorDeviceScaleFactorOverride(float) override;
|
| - virtual void setRootLayerTransform(const WebSize& offset, float scale) override;
|
| void enableDeviceEmulation(const WebDeviceEmulationParams&) override;
|
| void disableDeviceEmulation() override;
|
| virtual WebDevToolsAgent* devToolsAgent() override;
|
| @@ -301,6 +299,8 @@ public:
|
| void setBackgroundColorOverride(WebColor);
|
| void setZoomFactorOverride(float);
|
| void updateShowFPSCounterAndContinuousPainting();
|
| + void setCompositorDeviceScaleFactorOverride(float);
|
| + void setRootLayerTransform(const WebSize& offset, float scale);
|
|
|
| Color baseBackgroundColor() const { return m_baseBackgroundColor; }
|
|
|
|
|