Chromium Code Reviews| Index: Source/platform/graphics/GraphicsTypes.h |
| diff --git a/Source/platform/graphics/GraphicsTypes.h b/Source/platform/graphics/GraphicsTypes.h |
| index aceb2204ac878193b269c5ae90148feb217b91b9..ec8ce2dae5d50a8b3842ed2a125b3150029be689 100644 |
| --- a/Source/platform/graphics/GraphicsTypes.h |
| +++ b/Source/platform/graphics/GraphicsTypes.h |
| @@ -75,6 +75,11 @@ enum OpacityMode { |
| Opaque, |
| }; |
| +enum AccelerationHint { |
| + PreferAcceleration, |
| + PreferNoAcceleration, |
| +}; |
| + |
| // TODO(junov): crbug.com/453113 relocate ShadowMode to CanvasRenderingContext2DState.h once |
| // GraphicsContext no longer uses it. |
| enum ShadowMode { |