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

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

Issue 2852953003: Use real colorspace for DirectComposition overlays.
Patch Set: rebase Created 3 years, 7 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_cmd_helper_autogen.h
diff --git a/gpu/command_buffer/client/gles2_cmd_helper_autogen.h b/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
index 2991ac956dc67ff9f2fd49e45a61ecddf23f07dc..d81054be845d8b72b9ebf1f38b16ba5a07457081 100644
--- a/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
+++ b/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
@@ -2840,13 +2840,14 @@ void ScheduleDCLayerCHROMIUM(GLsizei num_textures,
GLuint background_color,
GLuint edge_aa_mask,
GLuint filter,
+ GLsizei color_space_size,
GLuint shm_id,
GLuint shm_offset) {
gles2::cmds::ScheduleDCLayerCHROMIUM* c =
GetCmdSpace<gles2::cmds::ScheduleDCLayerCHROMIUM>();
if (c) {
- c->Init(num_textures, background_color, edge_aa_mask, filter, shm_id,
- shm_offset);
+ c->Init(num_textures, background_color, edge_aa_mask, filter,
+ color_space_size, shm_id, shm_offset);
}
}

Powered by Google App Engine
This is Rietveld 408576698