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

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

Issue 1157983002: Update WebGLVertexArrayObjectOES to WebGLVertexArrayObject for WebGL2 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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
Index: Source/core/html/canvas/WebGLVertexArrayObject.idl
diff --git a/Source/core/html/canvas/WebGLTransformFeedback.idl b/Source/core/html/canvas/WebGLVertexArrayObject.idl
similarity index 85%
copy from Source/core/html/canvas/WebGLTransformFeedback.idl
copy to Source/core/html/canvas/WebGLVertexArrayObject.idl
index bdf26ab0386228f77d357d56fc524f4cf6770ef2..bb7ad2507cd2dcbefa8b3d68cff68418254ff4a2 100644
--- a/Source/core/html/canvas/WebGLTransformFeedback.idl
+++ b/Source/core/html/canvas/WebGLVertexArrayObject.idl
@@ -5,5 +5,5 @@
[
RuntimeEnabled=UnsafeES3APIs,
WillBeGarbageCollected
-] interface WebGLTransformFeedback {
-};
+] interface WebGLVertexArrayObject {
+};

Powered by Google App Engine
This is Rietveld 408576698