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

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

Issue 131403008: Revert of Use removeFontFace to avoid resetting fontSelector. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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
« no previous file with comments | « Source/core/dom/StyleSheetCollection.cpp ('k') | Source/core/frame/Settings.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/Settings.h
diff --git a/Source/core/frame/Settings.h b/Source/core/frame/Settings.h
index dd1ae0ece914e6c1c459851eb21b07fa341b83f7..76f5ac5097f6f27694fd84a4fe0cce2853601043 100644
--- a/Source/core/frame/Settings.h
+++ b/Source/core/frame/Settings.h
@@ -55,13 +55,6 @@
static PassOwnPtr<Settings> create();
GenericFontFamilySettings& genericFontFamilySettings() { return m_genericFontFamilySettings; }
- void setCursiveFontFamily(const AtomicString&, UScriptCode = USCRIPT_COMMON);
- void setFantasyFontFamily(const AtomicString&, UScriptCode = USCRIPT_COMMON);
- void setFixedFontFamily(const AtomicString&, UScriptCode = USCRIPT_COMMON);
- void setPictographFontFamily(const AtomicString&, UScriptCode = USCRIPT_COMMON);
- void setSansSerifFontFamily(const AtomicString&, UScriptCode = USCRIPT_COMMON);
- void setSerifFontFamily(const AtomicString&, UScriptCode = USCRIPT_COMMON);
- void setStandardFontFamily(const AtomicString&, UScriptCode = USCRIPT_COMMON);
void setTextAutosizingEnabled(bool);
bool textAutosizingEnabled() const;
@@ -99,7 +92,6 @@
Settings();
void invalidate(SettingsDelegate::ChangeType);
- void notifyFontFamilySettingsChanged();
// FIXME: pageOfShame() is a hack for the inspector code:
// http://crbug.com/327476
« no previous file with comments | « Source/core/dom/StyleSheetCollection.cpp ('k') | Source/core/frame/Settings.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698