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

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

Issue 2698573002: Support offscreen contexts which own their backing surface (Closed)
Patch Set: Expose the flag to WebKit also Created 3 years, 10 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.json5
diff --git a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5 b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5
index 5a0b9a2ba4810cfa9322c37a446505220b8a5e2b..7945872d6bcd4b235f3e91fe8bed892ab943da07 100644
--- a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5
+++ b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5
@@ -911,6 +911,10 @@
status: "test",
},
{
+ name: "WebVRExperimentalRendering",
amp 2017/02/15 17:44:03 You can add a 'depends_on' section here to limit t
klausw 2017/02/15 19:47:22 Declaring it as a dependency means that there's no
+ status: "test",
+ },
+ {
name: "WebVTTRegions",
status: "experimental",
},

Powered by Google App Engine
This is Rietveld 408576698