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

Unified Diff: Source/web/WebViewImpl.h

Issue 1288623004: Devtools: Remove continuous repainting feature (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 5 years, 4 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 | « Source/web/InspectorRenderingAgent.cpp ('k') | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/web/InspectorRenderingAgent.cpp ('k') | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698