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

Unified Diff: Source/core/dom/Document.h

Issue 82583005: Use removeFontFace to avoid resetting fontSelector. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Reset when Settings is changed Created 7 years 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/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index a9a6446f4324bd1a7565ffc763ffbdb418d6e0d1..e6f53e9b0f3dbd6f15f732b3395dfd42fee273f6 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -393,6 +393,7 @@ public:
StyleResolver* styleResolver() const;
StyleResolver& ensureStyleResolver() const;
+ CSSFontSelector* fontSelector() const;
bool isViewSource() const { return m_isViewSource; }
void setIsViewSource(bool);

Powered by Google App Engine
This is Rietveld 408576698