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

Unified Diff: Source/web/WebViewImpl.h

Issue 1078473002: Remove WebViewImpl::setIsAcceleratedCompositingActive (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix issues Created 5 years, 8 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 | « no previous file | Source/web/WebViewImpl.cpp » ('j') | Source/web/WebViewImpl.cpp » ('J')
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 423aab3c808e31517077c43bc94f907aef95e99d..285d8244b2908ce41028d3542caacf9291508049 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -738,9 +738,6 @@ private:
GraphicsLayer* m_rootGraphicsLayer;
GraphicsLayer* m_rootTransformLayer;
OwnPtr<GraphicsLayerFactory> m_graphicsLayerFactory;
- bool m_isAcceleratedCompositingActive;
- bool m_layerTreeViewCommitsDeferred;
- bool m_layerTreeViewClosed;
bool m_matchesHeuristicsForGpuRasterization;
// If true, the graphics context is being restored.
bool m_recreatingGraphicsContext;
@@ -756,10 +753,7 @@ private:
OwnPtrWillBePersistent<FullscreenController> m_fullscreenController;
bool m_showFPSCounter;
- bool m_showPaintRects;
- bool m_showDebugBorders;
bool m_continuousPaintingEnabled;
- bool m_showScrollBottleneckRects;
WebColor m_baseBackgroundColor;
WebColor m_backgroundColorOverride;
float m_zoomFactorOverride;
« no previous file with comments | « no previous file | Source/web/WebViewImpl.cpp » ('j') | Source/web/WebViewImpl.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698