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

Side by Side Diff: cc/ipc/compositor_frame_metadata.mojom

Issue 2803913004: cc: Introduce embedded_surfaces in metadata for surface Ids in draw quads (Closed)
Patch Set: Addressed Dana's comments Created 3 years, 8 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 unified diff | Download patch
« no previous file with comments | « cc/ipc/cc_param_traits_macros.h ('k') | cc/ipc/compositor_frame_metadata_struct_traits.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 module cc.mojom; 5 module cc.mojom;
6 6
7 import "cc/ipc/begin_frame_args.mojom"; 7 import "cc/ipc/begin_frame_args.mojom";
8 import "cc/ipc/selection.mojom"; 8 import "cc/ipc/selection.mojom";
9 import "cc/ipc/surface_id.mojom"; 9 import "cc/ipc/surface_id.mojom";
10 import "ui/latency/mojo/latency_info.mojom"; 10 import "ui/latency/mojo/latency_info.mojom";
(...skipping 13 matching lines...) Expand all
24 bool may_contain_video; 24 bool may_contain_video;
25 bool is_resourceless_software_draw_with_scroll_or_animation; 25 bool is_resourceless_software_draw_with_scroll_or_animation;
26 float top_controls_height; 26 float top_controls_height;
27 float top_controls_shown_ratio; 27 float top_controls_shown_ratio;
28 float bottom_controls_height; 28 float bottom_controls_height;
29 float bottom_controls_shown_ratio; 29 float bottom_controls_shown_ratio;
30 uint32 root_background_color; 30 uint32 root_background_color;
31 Selection selection; 31 Selection selection;
32 array<ui.mojom.LatencyInfo> latency_info; 32 array<ui.mojom.LatencyInfo> latency_info;
33 array<SurfaceId> referenced_surfaces; 33 array<SurfaceId> referenced_surfaces;
34 array<SurfaceId> embedded_surfaces;
34 bool can_activate_before_dependencies; 35 bool can_activate_before_dependencies;
35 uint32 content_source_id; 36 uint32 content_source_id;
36 BeginFrameAck begin_frame_ack; 37 BeginFrameAck begin_frame_ack;
37 uint32 frame_token; 38 uint32 frame_token;
38 }; 39 };
OLDNEW
« no previous file with comments | « cc/ipc/cc_param_traits_macros.h ('k') | cc/ipc/compositor_frame_metadata_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698