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

Unified Diff: third_party/WebKit/Source/core/css/FontFaceSet.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/FontFaceSet.h
diff --git a/third_party/WebKit/Source/core/css/FontFaceSet.h b/third_party/WebKit/Source/core/css/FontFaceSet.h
index 61b02bbe0f0defa7ae2d14fa55bddd1b8ff95967..dd8f57aef7d5fc2892dee91a73fda88d5b312f00 100644
--- a/third_party/WebKit/Source/core/css/FontFaceSet.h
+++ b/third_party/WebKit/Source/core/css/FontFaceSet.h
@@ -54,11 +54,11 @@ class ExecutionContext;
using FontFaceSetIterable = PairIterable<Member<FontFace>, Member<FontFace>>;
-class FontFaceSet final : public EventTargetWithInlineData,
- public Supplement<Document>,
- public SuspendableObject,
- public FontFaceSetIterable,
- public FontFace::LoadFontCallback {
+class CORE_EXPORT FontFaceSet final : public EventTargetWithInlineData,
+ public Supplement<Document>,
+ public SuspendableObject,
+ public FontFaceSetIterable,
+ public FontFace::LoadFontCallback {
USING_GARBAGE_COLLECTED_MIXIN(FontFaceSet);
DEFINE_WRAPPERTYPEINFO();
WTF_MAKE_NONCOPYABLE(FontFaceSet);
« no previous file with comments | « third_party/WebKit/Source/core/css/FontFace.h ('k') | third_party/WebKit/Source/core/layout/LayoutTestHelper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698