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

Unified Diff: Source/web/WebViewImpl.h

Issue 1094453004: Revert of Remove WebViewImpl::setIsAcceleratedCompositingActive (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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') | 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 0c3aed340055f3e7924cfd234d12dc7c3b0a0825..da89c2ecc07dce9c8be5eb062322819f6273698b 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -740,6 +740,9 @@
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;
@@ -755,7 +758,10 @@
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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698