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

Unified Diff: gpu/command_buffer/client/gles2_c_lib_autogen.h

Issue 132543002: Not for review. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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: gpu/command_buffer/client/gles2_c_lib_autogen.h
diff --git a/gpu/command_buffer/client/gles2_c_lib_autogen.h b/gpu/command_buffer/client/gles2_c_lib_autogen.h
index f2eb83746e7f8183f02a2c9068dc71127e074b7f..4f3be13c605b62f436ae58f46556f33073ab1a9d 100644
--- a/gpu/command_buffer/client/gles2_c_lib_autogen.h
+++ b/gpu/command_buffer/client/gles2_c_lib_autogen.h
@@ -680,6 +680,15 @@ void GLES2GetTranslatedShaderSourceANGLE(
void GLES2PostSubBufferCHROMIUM(GLint x, GLint y, GLint width, GLint height) {
gles2::GetGLContext()->PostSubBufferCHROMIUM(x, y, width, height);
}
+void GLES2SetOverlayPlaneCHROMIUM(GLint plane_id,
+ GLenum texture_id,
+ GLint x,
+ GLint y,
+ GLint width,
+ GLint height) {
+ gles2::GetGLContext()->SetOverlayPlaneCHROMIUM(
+ plane_id, texture_id, x, y, width, height);
+}
void GLES2TexImageIOSurface2DCHROMIUM(
GLenum target, GLsizei width, GLsizei height, GLuint ioSurfaceId,
GLuint plane) {

Powered by Google App Engine
This is Rietveld 408576698