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

Unified Diff: Source/core/rendering/RenderLayer.h

Issue 23455031: New UMA stats for stacking container opt-in measurements. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 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/core/rendering/RenderLayer.cpp » ('j') | Source/core/rendering/RenderLayer.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/RenderLayer.h
diff --git a/Source/core/rendering/RenderLayer.h b/Source/core/rendering/RenderLayer.h
index a404cae09d9c5144c1504949a3e72824ee821c23..0932f87567ca93ceb01d3210181ca0e595a1b1bf 100644
--- a/Source/core/rendering/RenderLayer.h
+++ b/Source/core/rendering/RenderLayer.h
@@ -50,6 +50,7 @@
#include "core/rendering/RenderLayerScrollableArea.h"
#include "wtf/OwnPtr.h"
+#include "wtf/TriState.h"
#include "core/rendering/RenderLayerFilterInfo.h"
@@ -1143,7 +1144,7 @@ protected:
unsigned m_isUnclippedDescendant : 1;
- unsigned m_needsCompositedScrolling : 1;
+ unsigned m_isScrollableAreaHasBeenRecorded : 1;
// If this is true, then no non-descendant appears between any of our
// descendants in stacking order. This is one of the requirements of being
@@ -1184,6 +1185,8 @@ protected:
unsigned m_hasFilterInfo : 1;
+ TriState m_needsCompositedScrolling;
+
BlendMode m_blendMode;
RenderLayerModelObject* m_renderer;
« no previous file with comments | « no previous file | Source/core/rendering/RenderLayer.cpp » ('j') | Source/core/rendering/RenderLayer.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698