Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: sky/engine/web/WebViewImpl.h

Issue 878303002: Remove more scrolling code from Sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/web/WebRuntimeFeatures.cpp ('k') | sky/engine/web/WebViewImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
« no previous file with comments | « sky/engine/web/WebRuntimeFeatures.cpp ('k') | sky/engine/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698