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

Unified Diff: gpu/GLES2/gl2extchromium.h

Issue 2473973002: NOT for review (for discussion): Query IOSurfaceIsInUse in the browser process
Patch Set: Created 4 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: gpu/GLES2/gl2extchromium.h
diff --git a/gpu/GLES2/gl2extchromium.h b/gpu/GLES2/gl2extchromium.h
index 6ef50e2db254e12c36eb7b45492d747fc938456a..5d8170dd5c68551c1cf217f07ac76a7f7144fa4b 100644
--- a/gpu/GLES2/gl2extchromium.h
+++ b/gpu/GLES2/gl2extchromium.h
@@ -782,7 +782,8 @@ glScheduleCALayerCHROMIUM(GLuint contents_texture_id,
const GLfloat* bounds_rect,
GLuint filter);
GL_APICALL void GL_APIENTRY
-glScheduleCALayerInUseQueryCHROMIUM(GLsizei count, const GLuint* textures);
+glScheduleCALayerInUseQueryCHROMIUM(GLsizei count,
+ const GLuint* textures_and_handle_requests);
#endif
typedef void(GL_APIENTRYP PFNGLSCHEDULECALAYERSHAREDSTATECHROMIUMPROC)(
GLfloat opacity,
« no previous file with comments | « gpu/GLES2/extensions/CHROMIUM/CHROMIUM_schedule_ca_layer.txt ('k') | gpu/command_buffer/build_gles2_cmd_buffer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698