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

Unified Diff: Source/platform/graphics/GraphicsLayerClient.h

Issue 784453003: Initial scroll-blocks-on compositor integration (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Eliminate scrollbars from iframe test for cross-platform output consistency 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
Index: Source/platform/graphics/GraphicsLayerClient.h
diff --git a/Source/platform/graphics/GraphicsLayerClient.h b/Source/platform/graphics/GraphicsLayerClient.h
index d422b585040683ba5b51f24433eb4672409e5176..d5b5012614837f2ecef1c70564203022f6d15c80 100644
--- a/Source/platform/graphics/GraphicsLayerClient.h
+++ b/Source/platform/graphics/GraphicsLayerClient.h
@@ -52,7 +52,8 @@ enum {
LayerTreeIncludesPaintInvalidationRects = 1 << 1,
LayerTreeIncludesPaintingPhases = 1 << 2,
LayerTreeIncludesRootLayer = 1 << 3,
- LayerTreeIncludesClipAndScrollParents = 1 << 4
+ LayerTreeIncludesClipAndScrollParents = 1 << 4,
+ LayerTreeIncludesScrollBlocksOn = 1 << 5,
};
typedef unsigned LayerTreeFlags;

Powered by Google App Engine
This is Rietveld 408576698