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

Unified Diff: sky/engine/core/html/canvas/WebGLRenderingContextBase.idl

Issue 701663002: Remove HTMLVideoElement. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/engine/core/html/canvas/WebGLRenderingContextBase.cpp ('k') | sky/engine/core/loader/ImageLoader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/html/canvas/WebGLRenderingContextBase.idl
diff --git a/sky/engine/core/html/canvas/WebGLRenderingContextBase.idl b/sky/engine/core/html/canvas/WebGLRenderingContextBase.idl
index d798f7103bd691b17edfc0e9e5e1ccc5de313669..e60e45e9900c50b2724112a96eba2da4e24ffbab 100644
--- a/sky/engine/core/html/canvas/WebGLRenderingContextBase.idl
+++ b/sky/engine/core/html/canvas/WebGLRenderingContextBase.idl
@@ -629,9 +629,6 @@ typedef unrestricted float GLclampf;
[RaisesException] void texImage2D(
GLenum target, GLint level, GLenum internalformat,
GLenum format, GLenum type, HTMLCanvasElement canvas);
- [RaisesException] void texImage2D(
- GLenum target, GLint level, GLenum internalformat,
- GLenum format, GLenum type, HTMLVideoElement video);
[RaisesException] void texSubImage2D(
GLenum target, GLint level, GLint xoffset, GLint yoffset,
@@ -646,9 +643,6 @@ typedef unrestricted float GLclampf;
[RaisesException] void texSubImage2D(
GLenum target, GLint level, GLint xoffset, GLint yoffset,
GLenum format, GLenum type, HTMLCanvasElement canvas);
- [RaisesException] void texSubImage2D(
- GLenum target, GLint level, GLint xoffset, GLint yoffset,
- GLenum format, GLenum type, HTMLVideoElement video);
void uniform1f(WebGLUniformLocation? location, GLfloat x);
[Custom] void uniform1fv(WebGLUniformLocation? location, Float32Array v);
« no previous file with comments | « sky/engine/core/html/canvas/WebGLRenderingContextBase.cpp ('k') | sky/engine/core/loader/ImageLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698