| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index e39345c93bc7086aee86cf77370d340dda16d1b8..916f08d31b0475263e3ff872342ae0b058438785 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -129,6 +129,9 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
|
| if (command_line.HasSwitch(switches::kEnableWebGLDraftExtensions))
|
| WebRuntimeFeatures::enableWebGLDraftExtensions(true);
|
|
|
| + if (command_line.HasSwitch(switches::kEnableWebGLImageChromium))
|
| + WebRuntimeFeatures::enableWebGLImageChromium(true);
|
| +
|
| if (command_line.HasSwitch(switches::kEnableOverlayFullscreenVideo))
|
| WebRuntimeFeatures::enableOverlayFullscreenVideo(true);
|
|
|
|
|