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

Unified Diff: Source/core/page/Settings.h

Issue 14840015: Lose/restore WebGL contexts if multisampling blackist status changes at runtime. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Changed to a 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: Source/core/page/Settings.h
diff --git a/Source/core/page/Settings.h b/Source/core/page/Settings.h
index 5a6b3db18f502c07fbdb0d24b49867618437b475..2f4e524fedb8ae0c872145e72790ebb429025be0 100644
--- a/Source/core/page/Settings.h
+++ b/Source/core/page/Settings.h
@@ -72,6 +72,8 @@ namespace WebCore {
public:
static PassOwnPtr<Settings> create(Page*);
+ void settingsChanged() const;
+
void setStandardFontFamily(const AtomicString&, UScriptCode = USCRIPT_COMMON);
const AtomicString& standardFontFamily(UScriptCode = USCRIPT_COMMON) const;

Powered by Google App Engine
This is Rietveld 408576698