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

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

Issue 1159403005: bindings: Use IDL dictionary to implement FontFaceSetLoadEventInit (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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/core.gypi ('k') | Source/core/css/FontFaceSetLoadEvent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/FontFaceSetLoadEvent.h
diff --git a/Source/core/css/FontFaceSetLoadEvent.h b/Source/core/css/FontFaceSetLoadEvent.h
index af5715dbb31d3a4a1a86a88f10cebb8a008cfb8b..ae9a9f0b0168f633187fcc90848c6323b8243e9f 100644
--- a/Source/core/css/FontFaceSetLoadEvent.h
+++ b/Source/core/css/FontFaceSetLoadEvent.h
@@ -32,6 +32,7 @@
#define FontFaceSetLoadEvent_h
#include "core/css/FontFace.h"
+#include "core/css/FontFaceSetLoadEventInit.h"
#include "core/dom/DOMError.h"
#include "core/events/Event.h"
#include "wtf/PassRefPtr.h"
@@ -39,10 +40,6 @@
namespace blink {
-struct FontFaceSetLoadEventInit : public EventInit {
- FontFaceArray fontfaces;
-};
-
class FontFaceSetLoadEvent final : public Event {
DEFINE_WRAPPERTYPEINFO();
public:
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/css/FontFaceSetLoadEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698