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

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

Issue 23717059: [Font Load Events] Implement FontFaceSet methods (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 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/css/CSSSegmentedFontFace.h
diff --git a/Source/core/css/CSSSegmentedFontFace.h b/Source/core/css/CSSSegmentedFontFace.h
index 214a0524121c12ac193d76d18ad806878810e0cc..a9a624de9113d73b0cb15c387a67ec2660e41195 100644
--- a/Source/core/css/CSSSegmentedFontFace.h
+++ b/Source/core/css/CSSSegmentedFontFace.h
@@ -38,6 +38,7 @@ class CSSFontFace;
class CSSFontSelector;
class FontData;
class FontDescription;
+class FontFace;
class SegmentedFontData;
class CSSSegmentedFontFace : public RefCounted<CSSSegmentedFontFace> {
@@ -68,6 +69,7 @@ public:
bool checkFont() const;
void loadFont(const FontDescription&, PassRefPtr<LoadFontCallback> loadCallback);
+ Vector<RefPtr<FontFace> > fontFaces() const;
void willUseFontData(const FontDescription&);
private:
« no previous file with comments | « LayoutTests/http/tests/webfont/fontloader-loading-attribute-expected.txt ('k') | Source/core/css/CSSSegmentedFontFace.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698