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

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: Added 2 layout tests 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 c4b5b41199d68e337b8c3bc36b321cb1a2bc4e8d..9941cf5f0c82b1ae51e0a8ab112661d2cb6fac61 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -396,6 +396,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