Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(318)

Unified Diff: blimp/engine/app/settings_manager.cc

Issue 2445093002: cc/blimp: Add synchronization for scroll/scale state. (Closed)
Patch Set: test compile Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « blimp/engine/BUILD.gn ('k') | blimp/engine/renderer/blimp_remote_compositor_bridge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/app/settings_manager.cc
diff --git a/blimp/engine/app/settings_manager.cc b/blimp/engine/app/settings_manager.cc
index 50254fdbaff99d7dceb69938ea1fc48303fc8d19..8577b3cbdb8e6125f85f761ff57bf9d5b36a1308 100644
--- a/blimp/engine/app/settings_manager.cc
+++ b/blimp/engine/app/settings_manager.cc
@@ -31,6 +31,7 @@ void SettingsManager::UpdateWebkitPreferences(content::WebPreferences* prefs) {
settings_.default_maximum_page_scale_factor;
prefs->shrinks_viewport_contents_to_fit =
settings_.shrinks_viewport_contents_to_fit;
+ prefs->use_solid_color_scrollbars = true;
}
const EngineSettings& SettingsManager::GetEngineSettings() const {
« no previous file with comments | « blimp/engine/BUILD.gn ('k') | blimp/engine/renderer/blimp_remote_compositor_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698