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

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

Issue 137253005: [Font Load Events] Partial implementation of SetClass operations for FontFaceSet (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix callback arguments 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
« no previous file with comments | « Source/core/css/CSSSegmentedFontFaceCache.cpp ('k') | Source/core/css/FontFaceSet.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/FontFace.h
diff --git a/Source/core/css/FontFace.h b/Source/core/css/FontFace.h
index 900d3a7c962707da1bf8e3f5c9392f26d990fb4f..b05be352f68c55bf52ec2126da871e2154fe7749 100644
--- a/Source/core/css/FontFace.h
+++ b/Source/core/css/FontFace.h
@@ -84,6 +84,7 @@ public:
void setLoadStatus(LoadStatus);
unsigned traitsMask() const;
PassRefPtr<CSSFontFace> createCSSFontFace(Document*);
+ CSSFontFace* cssFontFace() { return m_cssFontFace; }
void cssFontFaceDestroyed() { m_cssFontFace = 0; }
private:
« no previous file with comments | « Source/core/css/CSSSegmentedFontFaceCache.cpp ('k') | Source/core/css/FontFaceSet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698