| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index 324859915612b9e5764cd6c59226691b8dc2edac..0e826cd2d3cfb1bb4f0921626b07eb9ceaf52ba4 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -134,9 +134,6 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
|
| if (command_line.HasSwitch(switches::kDisablePrefixedEncryptedMedia))
|
| WebRuntimeFeatures::enablePrefixedEncryptedMedia(false);
|
|
|
| - if (command_line.HasSwitch(switches::kEnableWebAnimationsSVG))
|
| - WebRuntimeFeatures::enableWebAnimationsSVG(true);
|
| -
|
| if (command_line.HasSwitch(switches::kEnableWebMIDI))
|
| WebRuntimeFeatures::enableWebMIDI(true);
|
|
|
|
|