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

Unified Diff: content/public/common/content_features.cc

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: content/public/common/content_features.cc
diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
index e9a64b515cdcca10ad73e2aaf61da1c77ad5ffef..d9be0ee08fd1ec4e2e58ce2b50d1c1d11a013df7 100644
--- a/content/public/common/content_features.cc
+++ b/content/public/common/content_features.cc
@@ -253,6 +253,10 @@ const base::Feature kWebRtcHWH264Encoding{
// https://wicg.github.io/webusb
const base::Feature kWebUsb{"WebUSB", base::FEATURE_ENABLED_BY_DEFAULT};
+// Enables WebVR experimental rendering optimizations.
+const base::Feature kWebVrExperimentalRendering{
+ "WebVrExperimentalRendering", base::FEATURE_DISABLED_BY_DEFAULT};
amp 2017/02/15 17:44:03 WebVR has a capital 'R' in all the other places we
klausw 2017/02/15 19:47:22 Done.
+
// Make sendBeacon throw for a Blob with a non simple type.
const base::Feature kSendBeaconThrowForBlobWithNonSimpleType{
"SendBeaconThrowForBlobWithNonSimpleType",

Powered by Google App Engine
This is Rietveld 408576698