| Index: sky/engine/web/WebViewImpl.h
|
| diff --git a/sky/engine/web/WebViewImpl.h b/sky/engine/web/WebViewImpl.h
|
| index ffec450d9a10b0882a9686797b2b7ba8d66f46f8..9998e7df568e0bb9e6499df2255a34b0a93b12e1 100644
|
| --- a/sky/engine/web/WebViewImpl.h
|
| +++ b/sky/engine/web/WebViewImpl.h
|
| @@ -111,7 +111,6 @@ public:
|
|
|
| virtual void setShowPaintRects(bool) override;
|
| void setShowDebugBorders(bool);
|
| - virtual void setShowScrollBottleneckRects(bool) override;
|
|
|
| virtual void acceptLanguagesChanged() override;
|
|
|
| @@ -177,8 +176,6 @@ public:
|
| private:
|
| IntSize contentsSize() const;
|
|
|
| - void resetSavedScrollAndScaleState();
|
| -
|
| void performResize();
|
|
|
| friend class WebView; // So WebView::Create can call our constructor
|
| @@ -239,7 +236,6 @@ private:
|
| // Whether the webview is rendering transparently.
|
| bool m_isTransparent;
|
|
|
| - IntRect m_rootLayerScrollDamage;
|
| WebLayer* m_rootLayer;
|
| bool m_matchesHeuristicsForGpuRasterization;
|
| // If true, the graphics context is being restored.
|
| @@ -253,7 +249,6 @@ private:
|
|
|
| bool m_showPaintRects;
|
| bool m_showDebugBorders;
|
| - bool m_showScrollBottleneckRects;
|
| WebColor m_baseBackgroundColor;
|
| WebColor m_backgroundColorOverride;
|
| };
|
|
|