| Index: Source/platform/graphics/GraphicsTypes.h
|
| diff --git a/Source/platform/graphics/GraphicsTypes.h b/Source/platform/graphics/GraphicsTypes.h
|
| index 0cbf89226f4452e5620c94e05cac09882b43cbf0..d1c4df23b8771fde3a0704cca0ab7e003f0ebdf2 100644
|
| --- a/Source/platform/graphics/GraphicsTypes.h
|
| +++ b/Source/platform/graphics/GraphicsTypes.h
|
| @@ -73,6 +73,17 @@ enum CompositeOperator {
|
| enum ShadowMode {
|
| DrawShadowAndForeground,
|
| DrawShadowOnly,
|
| + DrawForegroundOnly
|
| +};
|
| +
|
| +enum CanvasPaintType {
|
| + FillPaintType,
|
| + StrokePaintType,
|
| +};
|
| +
|
| +enum CanvasShadowStrategy {
|
| + DrawLooperShadowStrategy,
|
| + ImageFilterShadowStrategy,
|
| };
|
|
|
| enum AntiAliasingMode {
|
|
|