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

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

Issue 2559523002: Send overlay promotion hints from to GLStreamTextureImage. (Closed)
Patch Set: fiddled with GLboolean for windows compiler Created 4 years 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_interface_stub_impl_autogen.h
diff --git a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
index ce62d91502038a99a1c054568ed5507bb4319288..bc012cd1385a222e7c7e07abf5b8a1042d5d296b 100644
--- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
+++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
@@ -1163,6 +1163,11 @@ void GLES2InterfaceStub::UniformMatrix4fvStreamTextureMatrixCHROMIUM(
GLint /* location */,
GLboolean /* transpose */,
const GLfloat* /* transform */) {}
+void GLES2InterfaceStub::OverlayPromotionHintCHROMIUM(
+ GLuint /* texture */,
+ GLboolean /* promotion_hint */,
+ GLint /* display_x */,
+ GLint /* display_y */) {}
void GLES2InterfaceStub::SwapBuffersWithDamageCHROMIUM(GLint /* x */,
GLint /* y */,
GLint /* width */,

Powered by Google App Engine
This is Rietveld 408576698