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

Unified Diff: sky/engine/platform/graphics/GraphicsLayerClient.h

Issue 721473002: Removed ScrollingCoordinator and a bunch of composited scrolling' (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: cr comments Created 6 years, 1 month 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 | « sky/engine/platform/graphics/GraphicsLayer.cpp ('k') | sky/engine/platform/scroll/ScrollableArea.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/graphics/GraphicsLayerClient.h
diff --git a/sky/engine/platform/graphics/GraphicsLayerClient.h b/sky/engine/platform/graphics/GraphicsLayerClient.h
index 022ca3107488bfc95b2fadf193213bd4891da151..4f9d9ac82b3cc926903b3a02cf5074286d09c5bc 100644
--- a/sky/engine/platform/graphics/GraphicsLayerClient.h
+++ b/sky/engine/platform/graphics/GraphicsLayerClient.h
@@ -40,7 +40,7 @@ enum GraphicsLayerPaintingPhaseFlags {
GraphicsLayerPaintForeground = (1 << 1),
GraphicsLayerPaintMask = (1 << 2),
GraphicsLayerPaintOverflowContents = (1 << 3),
- GraphicsLayerPaintCompositedScroll = (1 << 4),
+ // FIXME(sky): 4 is unused.
GraphicsLayerPaintChildClippingMask = (1 << 5),
GraphicsLayerPaintAllWithOverflowClip = (GraphicsLayerPaintBackground | GraphicsLayerPaintForeground | GraphicsLayerPaintMask)
};
« no previous file with comments | « sky/engine/platform/graphics/GraphicsLayer.cpp ('k') | sky/engine/platform/scroll/ScrollableArea.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698