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

Unified Diff: components/mus/public/interfaces/quads.mojom

Issue 2047573005: Implement cc::FilterOperations StructTraits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Plumb cc::FilterOperations to mus Created 4 years, 6 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 | « components/mus/public/cpp/surfaces/surfaces_type_converters.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/interfaces/quads.mojom
diff --git a/components/mus/public/interfaces/quads.mojom b/components/mus/public/interfaces/quads.mojom
index 578a59f06438c6607a65ff0a0ad3adb207cdf3e1..e1e6b807239f5b045fbda7d171a59754994eae8c 100644
--- a/components/mus/public/interfaces/quads.mojom
+++ b/components/mus/public/interfaces/quads.mojom
@@ -4,6 +4,7 @@
module mus.mojom;
+import "cc/ipc/filter_operations.mojom";
import "cc/ipc/render_pass_id.mojom";
import "cc/ipc/shared_quad_state.mojom";
import "cc/ipc/surface_id.mojom";
@@ -43,8 +44,7 @@ struct RenderPassQuadState {
gfx.mojom.Size mask_texture_size;
// Post-processing filters, applied to the pixels in the render pass' texture.
- // TODO(jamesr): Support
- // FilterOperations filters;
+ cc.mojom.FilterOperations filters;
// The scale from layer space of the root layer of the render pass to
// the render pass physical pixels. This scale is applied to the filter
@@ -54,8 +54,7 @@ struct RenderPassQuadState {
// Post-processing filters, applied to the pixels showing through the
// background of the render pass, from behind it.
- // TODO(jamesr): Support
- // FilterOperations background_filters;
+ cc.mojom.FilterOperations background_filters;
};
struct SolidColorQuadState {
« no previous file with comments | « components/mus/public/cpp/surfaces/surfaces_type_converters.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698