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

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

Issue 1903873003: blimp: Update animation policy for images on the blimp engine. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
« blimp/engine/app/engine_settings.cc ('K') | « blimp/engine/app/engine_settings.cc ('k') | no next file » | 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 baf0a094cadbef6970cde0f6f4305cdaafd1c358..460c754bc510b0c5f5aa75f831260df976eea39e 100644
--- a/blimp/engine/app/settings_manager.cc
+++ b/blimp/engine/app/settings_manager.cc
@@ -25,6 +25,7 @@ void SettingsManager::UpdateWebkitPreferences(content::WebPreferences* prefs) {
DCHECK(prefs);
Wez 2016/04/20 23:09:06 nit: Also not specific to this CL, but no point DC
Khushal 2016/04/21 00:21:25 The DCHECK helps since it gives a clear stack trac
Wez 2016/04/21 00:40:28 The stack trace will be the same, surely? The only
Khushal 2016/04/21 01:20:17 Woops, I didn't notice that. :P Done.
prefs->record_whole_document = settings_.record_whole_document;
+ prefs->animation_policy = settings_.animation_policy;
}
const EngineSettings& SettingsManager::GetEngineSettings() const {
« blimp/engine/app/engine_settings.cc ('K') | « blimp/engine/app/engine_settings.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698