| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index c1f5dae79a801101e013f9930c8bbd46e84793e6..aa1c2745bdf70ef0cd4f630a74d263d9474d6e7a 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -268,7 +268,6 @@ public:
|
| void setShowPaintRects(bool) override;
|
| void setShowDebugBorders(bool);
|
| void setShowFPSCounter(bool) override;
|
| - void setContinuousPaintingEnabled(bool) override;
|
| void setShowScrollBottleneckRects(bool) override;
|
| void acceptLanguagesChanged() override;
|
|
|
| @@ -290,7 +289,7 @@ public:
|
| void setIgnoreInputEvents(bool newValue);
|
| void setBackgroundColorOverride(WebColor);
|
| void setZoomFactorOverride(float);
|
| - void updateShowFPSCounterAndContinuousPainting();
|
| + void updateShowFPSCounter();
|
| void setCompositorDeviceScaleFactorOverride(float);
|
| void setRootLayerTransform(const WebSize& offset, float scale);
|
|
|
| @@ -752,7 +751,6 @@ private:
|
| OwnPtrWillBePersistent<FullscreenController> m_fullscreenController;
|
|
|
| bool m_showFPSCounter;
|
| - bool m_continuousPaintingEnabled;
|
| WebColor m_baseBackgroundColor;
|
| WebColor m_backgroundColorOverride;
|
| float m_zoomFactorOverride;
|
|
|