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

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

Issue 894143002: Adding Blink bindings for WebGL 2 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed accidentally added scratch file Created 5 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
« no previous file with comments | « Source/core/html/canvas/WebGLTransformFeedback.cpp ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/canvas/WebGLTransformFeedback.idl
diff --git a/Source/core/dom/CommonDefinitions.idl b/Source/core/html/canvas/WebGLTransformFeedback.idl
similarity index 54%
copy from Source/core/dom/CommonDefinitions.idl
copy to Source/core/html/canvas/WebGLTransformFeedback.idl
index 30bb95fee5f5b1b634d24faa309abb41b7109202..bdf26ab0386228f77d357d56fc524f4cf6770ef2 100644
--- a/Source/core/dom/CommonDefinitions.idl
+++ b/Source/core/html/canvas/WebGLTransformFeedback.idl
@@ -2,7 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// http://heycam.github.io/webidl/#common
-
-typedef (ArrayBuffer or ArrayBufferView) BufferSource;
-typedef unsigned long long DOMTimeStamp;
+[
+ RuntimeEnabled=UnsafeES3APIs,
+ WillBeGarbageCollected
+] interface WebGLTransformFeedback {
+};
« no previous file with comments | « Source/core/html/canvas/WebGLTransformFeedback.cpp ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698