Index: content/child/runtime_features.cc |
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc |
index 99598aec1ef2e291b0b861ac6aaadb98db26c5c8..148edfc7fed8a6028d98c0f70885468f1fa67eae 100644 |
--- a/content/child/runtime_features.cc |
+++ b/content/child/runtime_features.cc |
@@ -132,6 +132,9 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs( |
if (command_line.HasSwitch(switches::kEnableSpeechSynthesis)) |
WebRuntimeFeatures::enableSpeechSynthesis(true); |
+ if (command_line.HasSwitch(switches::kEnableDisplayList2dCanvas)) |
+ WebRuntimeFeatures::enableDisplayList2dCanvas(true); |
+ |
if (command_line.HasSwitch(switches::kEnableWebGLDraftExtensions)) |
WebRuntimeFeatures::enableWebGLDraftExtensions(true); |