Index: content/child/runtime_features.cc |
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc |
index 5c74ca67558924ed24dbd979f1d32f7b6fa5b014..25804aeee0abc649017dd14d08224ce95536bc63 100644 |
--- a/content/child/runtime_features.cc |
+++ b/content/child/runtime_features.cc |
@@ -135,6 +135,9 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs( |
if (command_line.HasSwitch(switches::kEnableHTMLImports)) |
WebRuntimeFeatures::enableHTMLImports(true); |
+ |
+ if (command_line.HasSwitch(switches::kEnableOverlayScrollbars)) |
+ WebRuntimeFeatures::enableOverlayScrollbars(true); |
} |
} // namespace content |