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

Unified Diff: Source/core/html/canvas/WebGLContextEvent.h

Issue 799733002: Use event init dictionaries in core/{css,html} (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years 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/html/MediaKeyEventInit.idl ('k') | Source/core/html/canvas/WebGLContextEvent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/canvas/WebGLContextEvent.h
diff --git a/Source/core/html/canvas/WebGLContextEvent.h b/Source/core/html/canvas/WebGLContextEvent.h
index e8028a2a6c1c0a0c08406bc413f414ed59a69bb2..85c97d8ab407a3370dbdaf78aea0db25bcb8454e 100644
--- a/Source/core/html/canvas/WebGLContextEvent.h
+++ b/Source/core/html/canvas/WebGLContextEvent.h
@@ -27,15 +27,10 @@
#define WebGLContextEvent_h
#include "core/events/Event.h"
+#include "core/html/canvas/WebGLContextEventInit.h"
namespace blink {
-struct WebGLContextEventInit : public EventInit {
- WebGLContextEventInit();
-
- String statusMessage;
-};
-
class WebGLContextEvent final : public Event {
DEFINE_WRAPPERTYPEINFO();
« no previous file with comments | « Source/core/html/MediaKeyEventInit.idl ('k') | Source/core/html/canvas/WebGLContextEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698