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

Unified Diff: Source/core/css/CSSFontFaceRule.h

Issue 23202008: Add font support to PageSerializer (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Review fixes Created 7 years, 4 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 | « no previous file | Source/core/css/CSSValue.h » ('j') | Source/core/page/PageSerializer.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSFontFaceRule.h
diff --git a/Source/core/css/CSSFontFaceRule.h b/Source/core/css/CSSFontFaceRule.h
index a042e8fee4154280f5be72a23bb0bbaf894101af..30e27e6ff13bf4304d09e09f4a287d03a0dd88f6 100644
--- a/Source/core/css/CSSFontFaceRule.h
+++ b/Source/core/css/CSSFontFaceRule.h
@@ -42,6 +42,8 @@ public:
CSSStyleDeclaration* style() const;
+ StyleRuleFontFace* styleRule() const { return m_fontFaceRule.get(); }
+
private:
CSSFontFaceRule(StyleRuleFontFace*, CSSStyleSheet* parent);
« no previous file with comments | « no previous file | Source/core/css/CSSValue.h » ('j') | Source/core/page/PageSerializer.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698