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 b9bc2b601f4be3ea937e40ba6b9a4afacfb2d7c7..89ea21de53ac656be09b2555e03c4e9c5bc9f50e 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 { |