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

Unified Diff: sky/engine/core/rendering/style/RenderStyleConstants.h

Issue 893093002: Delete remaining masks dead code. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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: sky/engine/core/rendering/style/RenderStyleConstants.h
diff --git a/sky/engine/core/rendering/style/RenderStyleConstants.h b/sky/engine/core/rendering/style/RenderStyleConstants.h
index 7c51802cb1ede0f23602d169f3a033262ede8982..0eb142fd9dce5fb7990094ddde7bd611efe69abc 100644
--- a/sky/engine/core/rendering/style/RenderStyleConstants.h
+++ b/sky/engine/core/rendering/style/RenderStyleConstants.h
@@ -88,8 +88,9 @@ enum EFillRepeat {
RepeatFill, NoRepeatFill, RoundFill, SpaceFill
};
+// FIXME(sky): Remove this enum.
enum EFillLayerType {
- BackgroundFillLayer, MaskFillLayer
+ BackgroundFillLayer
};
// CSS3 Background Values
@@ -98,9 +99,6 @@ enum EFillSizeType { Contain, Cover, SizeLength, SizeNone };
// CSS3 Background Position
enum BackgroundEdgeOrigin { TopEdge, RightEdge, BottomEdge, LeftEdge };
-// CSS Mask Source Types
-enum EMaskSourceType { MaskAlpha, MaskLuminance };
-
// Deprecated Flexible Box Properties
enum EBoxPack { Start, Center, End, Justify };
« no previous file with comments | « sky/engine/core/rendering/style/RenderStyle.h ('k') | sky/engine/core/rendering/style/StyleRareNonInheritedData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698