Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1044)

Unified Diff: third_party/WebKit/Source/platform/graphics/GraphicsTypes.h

Issue 2547013002: Add Intel macOS workaround for WebGL2 canvas_sub_rectangle tests (Closed)
Patch Set: add comments Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
};

Powered by Google App Engine
This is Rietveld 408576698