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

Unified Diff: third_party/WebKit/public/web/WebRuntimeFeatures.h

Issue 2192493003: Enable GPU acceleration in 2D OffscreenCanvases on main thread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix layout test failures Created 4 years, 4 months 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/public/web/WebRuntimeFeatures.h
diff --git a/third_party/WebKit/public/web/WebRuntimeFeatures.h b/third_party/WebKit/public/web/WebRuntimeFeatures.h
index 97aec83dc0c59ed10bcc9db8ac71271046d7381b..fecc83f69a4a671c7e7f64dde8e287335dda3b0a 100644
--- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
+++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
@@ -67,6 +67,7 @@ public:
BLINK_EXPORT static void enableOriginTrials(bool);
BLINK_EXPORT static bool isOriginTrialsEnabled();
+ BLINK_EXPORT static void enableAccelerated2dCanvas(bool);
BLINK_EXPORT static void enableAudioOutputDevices(bool);
BLINK_EXPORT static void enableCanvas2dImageChromium(bool);
BLINK_EXPORT static void enableCredentialManagerAPI(bool);

Powered by Google App Engine
This is Rietveld 408576698