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

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

Issue 2641173008: [SPv2] Add CSS mask support (Closed)
Patch Set: rebase Created 3 years, 10 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: third_party/WebKit/Source/core/css/FontFace.h
diff --git a/third_party/WebKit/Source/core/css/FontFace.h b/third_party/WebKit/Source/core/css/FontFace.h
index 495dd3f1b8aa247d2b07a7e9ac22221833dfc60f..a72fdb61f03ff454b0a3ca346b896f77857955b5 100644
--- a/third_party/WebKit/Source/core/css/FontFace.h
+++ b/third_party/WebKit/Source/core/css/FontFace.h
@@ -56,10 +56,10 @@ class StylePropertySet;
class StyleRuleFontFace;
class WebTaskRunner;
-class FontFace : public GarbageCollectedFinalized<FontFace>,
- public ScriptWrappable,
- public ActiveScriptWrappable<FontFace>,
- public ContextLifecycleObserver {
+class CORE_EXPORT FontFace : public GarbageCollectedFinalized<FontFace>,
+ public ScriptWrappable,
+ public ActiveScriptWrappable<FontFace>,
+ public ContextLifecycleObserver {
DEFINE_WRAPPERTYPEINFO();
USING_GARBAGE_COLLECTED_MIXIN(FontFace);
WTF_MAKE_NONCOPYABLE(FontFace);
@@ -115,7 +115,7 @@ class FontFace : public GarbageCollectedFinalized<FontFace>,
bool hadBlankText() const;
- class LoadFontCallback : public GarbageCollectedMixin {
+ class CORE_EXPORT LoadFontCallback : public GarbageCollectedMixin {
public:
virtual ~LoadFontCallback() {}
virtual void notifyLoaded(FontFace*) = 0;

Powered by Google App Engine
This is Rietveld 408576698