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

Unified Diff: cc/ipc/render_pass.mojom

Issue 2693723002: cc: Move output color space from DrawingFrame to RenderPass (Closed)
Patch Set: Fix typo Created 3 years, 10 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: cc/ipc/render_pass.mojom
diff --git a/cc/ipc/render_pass.mojom b/cc/ipc/render_pass.mojom
index 954f9cda7bf2b187862885a60253f56462c4c8fa..cbc94be6179f8c7d1b05fced0abd80701f4ed1cf 100644
--- a/cc/ipc/render_pass.mojom
+++ b/cc/ipc/render_pass.mojom
@@ -7,6 +7,7 @@ module cc.mojom;
import "cc/ipc/filter_operations.mojom";
import "cc/ipc/quads.mojom";
import "ui/gfx/geometry/mojo/geometry.mojom";
+import "ui/gfx/mojo/color_space.mojom";
import "ui/gfx/mojo/transform.mojom";
// See cc/quads/render_pass.h.
@@ -17,6 +18,7 @@ struct RenderPass {
gfx.mojom.Transform transform_to_root_target;
cc.mojom.FilterOperations filters;
cc.mojom.FilterOperations background_filters;
+ gfx.mojom.ColorSpace color_space;
bool has_transparent_background;
array<DrawQuad> quad_list;
};

Powered by Google App Engine
This is Rietveld 408576698