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

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

Issue 1534623002: Mac CoreAnimation: Add more CALayer parameters (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix windows compile Created 5 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
« no previous file with comments | « gpu/command_buffer/client/gles2_c_lib_autogen.h ('k') | gpu/command_buffer/client/gles2_implementation.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6d7fcf646596a8fd51bc2383d5f0d6139528ddb9..7186f95aba0c2a722ac8579f68e4d09c0abccc44 100644
--- a/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
+++ b/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
@@ -2851,12 +2851,16 @@ void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order,
void ScheduleCALayerCHROMIUM(GLuint contents_texture_id,
GLfloat opacity,
GLuint background_color,
+ GLuint edge_aa_mask,
+ GLboolean is_clipped,
+ GLint sorting_context_id,
GLuint shm_id,
GLuint shm_offset) {
gles2::cmds::ScheduleCALayerCHROMIUM* c =
GetCmdSpace<gles2::cmds::ScheduleCALayerCHROMIUM>();
if (c) {
- c->Init(contents_texture_id, opacity, background_color, shm_id, shm_offset);
+ c->Init(contents_texture_id, opacity, background_color, edge_aa_mask,
+ is_clipped, sorting_context_id, shm_id, shm_offset);
}
}
« no previous file with comments | « gpu/command_buffer/client/gles2_c_lib_autogen.h ('k') | gpu/command_buffer/client/gles2_implementation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698