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

Unified Diff: cc/ipc/quads.mojom

Issue 2080383002: cc/ipc: Move CompositorFrame mojoms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated owners 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 | « cc/ipc/compositor_frame.mojom ('k') | cc/ipc/render_pass.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ipc/quads.mojom
diff --git a/cc/ipc/quads.mojom b/cc/ipc/quads.mojom
index 21cc0da94f70cf5320d7306d0448d96e3c06736b..a5f3888e10dc013d0ead5ac40f48066a933363e1 100644
--- a/cc/ipc/quads.mojom
+++ b/cc/ipc/quads.mojom
@@ -6,10 +6,8 @@ module cc.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";
import "ui/gfx/geometry/mojo/geometry.mojom";
-import "ui/gfx/mojo/transform.mojom";
struct DebugBorderQuadState {
// Debug border color.
@@ -144,12 +142,3 @@ struct QuadList {
array<DrawQuad> quads;
};
-struct RenderPass {
- cc.mojom.RenderPassId id;
- gfx.mojom.Rect output_rect;
- gfx.mojom.Rect damage_rect;
- gfx.mojom.Transform transform_to_root_target;
- bool has_transparent_background;
- array<DrawQuad> quads;
- cc.mojom.SharedQuadStateList shared_quad_states;
-};
« no previous file with comments | « cc/ipc/compositor_frame.mojom ('k') | cc/ipc/render_pass.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698