| 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 7b92d47ff1d51cdc37b01f6ac68409a1f5487d7a..91a9f70fd21c6366fb9c85f5c6468c4a806a1699 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsTypes.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsTypes.h
|
| @@ -82,6 +82,8 @@ enum AccelerationHint {
|
| // The PreferAccelerationAfterVisibilityChange hint suggests we should switch
|
| // back to acceleration in the context of the canvas becoming visible again.
|
| PreferAccelerationAfterVisibilityChange,
|
| + // crbug.com/665656
|
| + PreferAccelerationWithExtraSurfaceCopy,
|
| PreferNoAcceleration,
|
| };
|
|
|
|
|