Index: gpu/command_buffer/common/gles2_cmd_format.h |
diff --git a/gpu/command_buffer/common/gles2_cmd_format.h b/gpu/command_buffer/common/gles2_cmd_format.h |
index 1ac1d8967db3902a751ca3f8f0cde123f6ab2de8..f8b8f5c139dda8b1f8c0f64b6989fa29bbe2b980 100644 |
--- a/gpu/command_buffer/common/gles2_cmd_format.h |
+++ b/gpu/command_buffer/common/gles2_cmd_format.h |
@@ -48,6 +48,14 @@ typedef struct __GLsync *GLsync; |
typedef int64_t GLint64; |
typedef uint64_t GLuint64; |
+struct GLCALayerFilterEffect { |
+ GLint type; |
+ GLfloat amount; |
+ GLint drop_shadow_offset_x; |
+ GLint drop_shadow_offset_y; |
+ GLuint drop_shadow_color; |
+}; |
+ |
namespace gpu { |
namespace gles2 { |