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

Unified Diff: mojo/gpu/mojo_gles2_impl_autogen.h

Issue 1417853006: gpu: introduce glSetStreamTextureSizeCHROMIUM(GLuint texture, GLint stream_id, GLsizei width, GLsiz… Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix android_webview.test failure Created 5 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
Index: mojo/gpu/mojo_gles2_impl_autogen.h
diff --git a/mojo/gpu/mojo_gles2_impl_autogen.h b/mojo/gpu/mojo_gles2_impl_autogen.h
index 43f1c9c98a3b39b7e0dd664bfe8e0516dd0a964a..abeeba9637f5c63f4cf9a96753dafe24fc8b63e3 100644
--- a/mojo/gpu/mojo_gles2_impl_autogen.h
+++ b/mojo/gpu/mojo_gles2_impl_autogen.h
@@ -668,7 +668,11 @@ class MojoGLES2Impl : public gpu::gles2::GLES2Interface {
GLsizei bufsize,
GLsizei* size,
void* info) override;
- GLuint CreateStreamTextureCHROMIUM(GLuint texture) override;
+ GLint CreateStreamTextureCHROMIUM(GLuint texture) override;
+ void SetStreamTextureSizeCHROMIUM(GLuint texture,
+ GLint stream_id,
+ GLsizei width,
+ GLsizei height) override;
GLuint CreateImageCHROMIUM(ClientBuffer buffer,
GLsizei width,
GLsizei height,

Powered by Google App Engine
This is Rietveld 408576698