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

Unified Diff: ui/gl/ca_renderer_layer_params.h

Issue 2175043002: Add command buffer function glScheduleCALayerFilterEffectsCHROMIUM. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix autogenerated tests. Created 4 years, 5 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
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_decoder_passthrough_handlers_autogen.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/ca_renderer_layer_params.h
diff --git a/ui/gl/ca_renderer_layer_params.h b/ui/gl/ca_renderer_layer_params.h
index ab046a2cc08d0c8283b60bb602811581c5916833..22ba8aacf8706b8a736da5a39da47d78e231bf2d 100644
--- a/ui/gl/ca_renderer_layer_params.h
+++ b/ui/gl/ca_renderer_layer_params.h
@@ -49,7 +49,8 @@ struct GL_EXPORT CARendererLayerParams {
// This is a subset of cc::FilterOperation::FilterType.
enum class FilterEffectType : uint32_t {
- GRAYSCALE,
+ MIN,
+ GRAYSCALE = MIN,
SEPIA,
SATURATE,
HUE_ROTATE,
@@ -59,6 +60,7 @@ struct GL_EXPORT CARendererLayerParams {
OPACITY,
BLUR,
DROP_SHADOW,
+ MAX = DROP_SHADOW
};
struct GL_EXPORT FilterEffect {
FilterEffectType type = FilterEffectType::GRAYSCALE;
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_decoder_passthrough_handlers_autogen.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698