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

Unified Diff: webkit/glue/webpreferences.cc

Issue 14947002: Updated OSX to blacklist multisampling when multiple monitors are connected (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changed to more generic SettingsChangedObserver Created 7 years, 7 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: webkit/glue/webpreferences.cc
diff --git a/webkit/glue/webpreferences.cc b/webkit/glue/webpreferences.cc
index 564b066d00fc1400fa603074bc2b44f86a69cb5d..bf6883c8f643bbac7773f0ef6a8c5f8ca89a4690 100644
--- a/webkit/glue/webpreferences.cc
+++ b/webkit/glue/webpreferences.cc
@@ -492,6 +492,8 @@ void ApplyWebPreferences(const WebPreferences& prefs, WebView* web_view) {
#endif
WebNetworkStateNotifier::setOnLine(prefs.is_online);
+
+ settings->settingsChanged();
}
#define COMPILE_ASSERT_MATCHING_ENUMS(webkit_glue_name, webkit_name) \
« content/browser/gpu/gpu_data_manager_impl.cc ('K') | « gpu/command_buffer/service/feature_info.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698