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

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: 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.h » ('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..25b7670cee1773c3bebb9325ae65ab6e8ccab6d7 100644
--- a/Source/core/css/CSSFontFaceRule.h
+++ b/Source/core/css/CSSFontFaceRule.h
@@ -42,6 +42,9 @@ public:
CSSStyleDeclaration* style() const;
+ // TODO(tiger): Not CSSOM. Remove.
abarth-chromium 2013/08/19 19:30:04 I would skip this comment. If we don't want this
+ 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.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698