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

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

Issue 2381373002: Disable caret blinking for blimp (Closed)
Patch Set: Created 4 years, 3 months 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
Index: blimp/engine/app/settings_manager.cc
diff --git a/blimp/engine/app/settings_manager.cc b/blimp/engine/app/settings_manager.cc
index 0c7fd35b62156cfcff0a9827154264278670932d..46163439089efc1b2aef7f59300b133da2243886 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->disable_caret_blinking = true;
}
const EngineSettings& SettingsManager::GetEngineSettings() const {
« no previous file with comments | « no previous file | content/public/common/common_param_traits_macros.h » ('j') | content/renderer/render_view_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698