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

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

Issue 768493002: Get rid of CompositingState. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: fix incorrect case. 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/core/rendering/PaintPhase.h
diff --git a/sky/engine/core/rendering/PaintPhase.h b/sky/engine/core/rendering/PaintPhase.h
index d4bc75217f80ab1e9adb502c003eb6712d795b51..d82f985c4a3e0300390f4a3f71b9fe11fce77f04 100644
--- a/sky/engine/core/rendering/PaintPhase.h
+++ b/sky/engine/core/rendering/PaintPhase.h
@@ -56,6 +56,7 @@ enum PaintBehaviorFlags {
PaintBehaviorNormal = 0,
PaintBehaviorSelectionOnly = 1 << 0,
PaintBehaviorForceBlackText = 1 << 1,
+ // FIXME(sky): This is unused. Remove it.
PaintBehaviorFlattenCompositingLayers = 1 << 2,
PaintBehaviorRenderingSVGMask = 1 << 3,
PaintBehaviorSkipRootBackground = 1 << 4,

Powered by Google App Engine
This is Rietveld 408576698