Index: content/child/runtime_features.cc |
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc |
index 0bd796b0ae66bdd96df2d709cbf02d62e830271c..2838e8da1cf5e4a666dfeb6dbaa1a726ed59aa06 100644 |
--- a/content/child/runtime_features.cc |
+++ b/content/child/runtime_features.cc |
@@ -183,7 +183,7 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs( |
WebRuntimeFeatures::enableCredentialManagerAPI(true); |
if (command_line.HasSwitch(switches::kEnableViewport)) |
- WebRuntimeFeatures::setCSSViewportEnabled(true); |
+ WebRuntimeFeatures::enableCSSViewport(true); |
} |
} // namespace content |