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

Unified Diff: gpu/GLES2/gl2chromium_autogen.h

Issue 2559523002: Send overlay promotion hints from to GLStreamTextureImage. (Closed)
Patch Set: reverted media 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/GLES2/gl2chromium_autogen.h
diff --git a/gpu/GLES2/gl2chromium_autogen.h b/gpu/GLES2/gl2chromium_autogen.h
index ad54560bc4142a6a339316f65f2833dea872407a..ff2cd8be50a074875d2bf3da17a803954e38cf21 100644
--- a/gpu/GLES2/gl2chromium_autogen.h
+++ b/gpu/GLES2/gl2chromium_autogen.h
@@ -382,6 +382,8 @@
#define glGetFragDataIndexEXT GLES2_GET_FUN(GetFragDataIndexEXT)
#define glUniformMatrix4fvStreamTextureMatrixCHROMIUM \
GLES2_GET_FUN(UniformMatrix4fvStreamTextureMatrixCHROMIUM)
+#define glSendOverlayPromotionHintCHROMIUM \
+ GLES2_GET_FUN(SendOverlayPromotionHintCHROMIUM)
#define glSwapBuffersWithDamageCHROMIUM \
GLES2_GET_FUN(SwapBuffersWithDamageCHROMIUM)

Powered by Google App Engine
This is Rietveld 408576698