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

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: moar 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
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..fcdebcce93f870b3cee4ae6bcad1599e54e163fa 100644
--- a/sky/engine/platform/graphics/GraphicsLayerClient.h
+++ b/sky/engine/platform/graphics/GraphicsLayerClient.h
@@ -40,7 +40,6 @@ enum GraphicsLayerPaintingPhaseFlags {
GraphicsLayerPaintForeground = (1 << 1),
GraphicsLayerPaintMask = (1 << 2),
GraphicsLayerPaintOverflowContents = (1 << 3),
- GraphicsLayerPaintCompositedScroll = (1 << 4),
GraphicsLayerPaintChildClippingMask = (1 << 5),
GraphicsLayerPaintAllWithOverflowClip = (GraphicsLayerPaintBackground | GraphicsLayerPaintForeground | GraphicsLayerPaintMask)
};

Powered by Google App Engine
This is Rietveld 408576698