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

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

Issue 894143002: Adding Blink bindings for WebGL 2 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updating objects to use the correct Oilpan transition types. Created 5 years, 11 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: Source/core/html/canvas/WebGLQuery.idl
diff --git a/Source/modules/presentation/AvailableChangeEventInit.idl b/Source/core/html/canvas/WebGLQuery.idl
similarity index 52%
copy from Source/modules/presentation/AvailableChangeEventInit.idl
copy to Source/core/html/canvas/WebGLQuery.idl
index 499c87e21588ced1a392b00082d9f28fc1f30611..257b9115bde6e8b727c468bc87a9f7746ffdbb2b 100644
--- a/Source/modules/presentation/AvailableChangeEventInit.idl
+++ b/Source/core/html/canvas/WebGLQuery.idl
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// https://w3c.github.io/presentation-api/#availablechangeevent
-
-dictionary AvailableChangeEventInit : EventInit {
- boolean available = false;
+[
+ RuntimeEnabled=UnsafeES3APIs,
+ WillBeGarbageCollected
+] interface WebGLQuery {
};

Powered by Google App Engine
This is Rietveld 408576698