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

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

Issue 132543002: Not for review. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 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
Index: gpu/command_buffer/client/gles2_implementation_autogen.h
diff --git a/gpu/command_buffer/client/gles2_implementation_autogen.h b/gpu/command_buffer/client/gles2_implementation_autogen.h
index 0c54dc34e623922a4d69c007a9394d1ec60941a3..bc2e028a5380fe5d85dd5ca72f2f763f08c5e941 100644
--- a/gpu/command_buffer/client/gles2_implementation_autogen.h
+++ b/gpu/command_buffer/client/gles2_implementation_autogen.h
@@ -495,6 +495,13 @@ virtual void GetTranslatedShaderSourceANGLE(
virtual void PostSubBufferCHROMIUM(
GLint x, GLint y, GLint width, GLint height) OVERRIDE;
+virtual void SetOverlayPlaneCHROMIUM(GLint plane_id,
+ GLenum texture_id,
+ GLint x,
+ GLint y,
+ GLint width,
+ GLint height) OVERRIDE;
+
virtual void TexImageIOSurface2DCHROMIUM(
GLenum target, GLsizei width, GLsizei height, GLuint ioSurfaceId,
GLuint plane) OVERRIDE;
« no previous file with comments | « gpu/command_buffer/client/gles2_implementation.cc ('k') | gpu/command_buffer/client/gles2_interface_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698