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

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: Modified resetFontSelector 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
Index: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index bca51fa5afcb86d6bd239e92565ad92f4e79c2af..fcdf8e7ca1a34bcbafedcd057b93bcc8d3d7dea4 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -395,6 +395,7 @@ public:
StyleResolver* styleResolver() const;
StyleResolver& ensureStyleResolver() const;
+ CSSFontSelector* fontSelector() const;
dglazkov 2014/01/23 19:15:06 Please remove this accessor. It's a simple plumb-t
tasak 2014/01/28 07:16:57 Done.
bool isViewSource() const { return m_isViewSource; }
void setIsViewSource(bool);

Powered by Google App Engine
This is Rietveld 408576698