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

Unified Diff: third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in

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/Source/platform/RuntimeEnabledFeatures.in
diff --git a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in
index 2883947647d523f58595ddc1bf9f7414332d6fe6..76741d329a1516d462ce8f5c203b8b9de527acaf 100644
--- a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in
+++ b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in
@@ -27,6 +27,7 @@
// settable_from_internals specifies whether a feature can be set from internals.runtimeFlags, with the default
// being false.
+Accelerated2dCanvas status=stable, settable_from_internals=True
esprehn 2016/08/05 21:28:38 direct to stable? What's the purpose of the flag?
AlwaysUseComplexText status=stable
AudioOutputDevices status=stable
AudioVideoTracks status=experimental

Powered by Google App Engine
This is Rietveld 408576698