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

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

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/canvas/WebGLContextEvent.cpp ('k') | Source/core/html/canvas/WebGLContextEventInit.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/canvas/WebGLContextEvent.idl
diff --git a/Source/core/html/canvas/WebGLContextEvent.idl b/Source/core/html/canvas/WebGLContextEvent.idl
index 18266e508179b5583dd786863ef99c7fc9fec43e..484b8bcbc8cc164db18fcc791f782fd8e9fb1fe7 100644
--- a/Source/core/html/canvas/WebGLContextEvent.idl
+++ b/Source/core/html/canvas/WebGLContextEvent.idl
@@ -23,9 +23,11 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+// https://www.khronos.org/registry/webgl/specs/1.0/#5.15
+
[
- EventConstructor,
+ Constructor(DOMString type, optional WebGLContextEventInit eventInit),
] interface WebGLContextEvent : Event {
- [InitializedByEventConstructor] readonly attribute DOMString statusMessage;
+ readonly attribute DOMString statusMessage;
};
« no previous file with comments | « Source/core/html/canvas/WebGLContextEvent.cpp ('k') | Source/core/html/canvas/WebGLContextEventInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698