| Index: third_party/WebKit/Source/platform/graphics/GraphicsTypes.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsTypes.h b/third_party/WebKit/Source/platform/graphics/GraphicsTypes.h
|
| index 22c27ace061a0b3f65e56d53e8dd3a7416f380a7..7a67771fefd3bb2b51773bb5055d5be51777c7d4 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsTypes.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsTypes.h
|
| @@ -83,6 +83,7 @@ enum AccelerationHint {
|
| // in the context of the canvas becoming visible again.
|
| PreferAccelerationAfterVisibilityChange,
|
| PreferNoAcceleration,
|
| + ForceNoAcceleration,
|
| };
|
|
|
| enum SnapshotReason {
|
|
|