Index: Source/platform/graphics/GraphicsTypes.h |
diff --git a/Source/platform/graphics/GraphicsTypes.h b/Source/platform/graphics/GraphicsTypes.h |
index 2fac7768d65d047ae35551759ea143da3c01d2bc..9ca701e6bba2cbb21f6f62ec8941c10fe6e662ae 100644 |
--- a/Source/platform/graphics/GraphicsTypes.h |
+++ b/Source/platform/graphics/GraphicsTypes.h |
@@ -72,6 +72,11 @@ enum CompositeOperator { |
CompositeDifference |
}; |
+enum ShadowMode { |
+ DrawShadowAndForeground, |
+ DrawShadowOnly, |
+}; |
+ |
enum GradientSpreadMethod { |
SpreadMethodPad, |
SpreadMethodReflect, |