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

Unified Diff: content/child/runtime_features.cc

Issue 2451943002: Remove runtime flag 'UnsafeES3APIs' from blink webgl (Closed)
Patch Set: update layout test expectation for global-interface-listing-expected.txt Created 4 years, 2 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/child/runtime_features.cc
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
index 15e6f8e8b7807d322a1e4404332430fd6eb664aa..87bca01e28420fdb128c9076a4c95e4402718e0b 100644
--- a/content/child/runtime_features.cc
+++ b/content/child/runtime_features.cc
@@ -190,9 +190,6 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
else
WebRuntimeFeatures::enableV8IdleTasks(true);
- if (command_line.HasSwitch(switches::kEnableUnsafeES3APIs))
- WebRuntimeFeatures::enableUnsafeES3APIs(true);
-
if (command_line.HasSwitch(switches::kEnableWebVR))
WebRuntimeFeatures::enableWebVR(true);

Powered by Google App Engine
This is Rietveld 408576698