| Index: Source/platform/graphics/GraphicsTypes.h
|
| diff --git a/Source/platform/graphics/GraphicsTypes.h b/Source/platform/graphics/GraphicsTypes.h
|
| index d2a07eb4be0130b17ce6feba85144172e3ca4672..aceb2204ac878193b269c5ae90148feb217b91b9 100644
|
| --- a/Source/platform/graphics/GraphicsTypes.h
|
| +++ b/Source/platform/graphics/GraphicsTypes.h
|
| @@ -70,9 +70,17 @@ enum CompositeOperator {
|
| CompositePlusLighter
|
| };
|
|
|
| +enum OpacityMode {
|
| + NonOpaque,
|
| + Opaque,
|
| +};
|
| +
|
| +// TODO(junov): crbug.com/453113 relocate ShadowMode to CanvasRenderingContext2DState.h once
|
| +// GraphicsContext no longer uses it.
|
| enum ShadowMode {
|
| DrawShadowAndForeground,
|
| DrawShadowOnly,
|
| + DrawForegroundOnly
|
| };
|
|
|
| enum AntiAliasingMode {
|
|
|