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

Unified Diff: sky/engine/core/rendering/LayerPaintingInfo.h

Issue 772193004: Remove PaintLayerPaintingChildClippingMaskPhase. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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/core/rendering/LayerPaintingInfo.h
diff --git a/sky/engine/core/rendering/LayerPaintingInfo.h b/sky/engine/core/rendering/LayerPaintingInfo.h
index 8d65e7d1b6f208442dab6dee65e0a623a561dac4..0c0e374f2a1d267c97966ec2308299ea83123e59 100644
--- a/sky/engine/core/rendering/LayerPaintingInfo.h
+++ b/sky/engine/core/rendering/LayerPaintingInfo.h
@@ -63,7 +63,6 @@ enum PaintLayerFlag {
PaintLayerPaintingCompositingMaskPhase = 1 << 7,
PaintLayerPaintingCompositingScrollingPhase = 1 << 8,
PaintLayerPaintingOverflowContents = 1 << 9,
- PaintLayerPaintingChildClippingMaskPhase = 1 << 10,
PaintLayerPaintingCompositingAllPhases = (PaintLayerPaintingCompositingBackgroundPhase | PaintLayerPaintingCompositingForegroundPhase | PaintLayerPaintingCompositingMaskPhase)
};
« no previous file with comments | « no previous file | sky/engine/core/rendering/RenderLayer.cpp » ('j') | sky/tests/clipping/canvas-rounded-corners.sky » ('J')

Powered by Google App Engine
This is Rietveld 408576698