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

Unified Diff: services/ui/ws/test_change_tracker.h

Issue 2764433003: mus-ws: Plumb FrameSinkId to Children (Closed)
Patch Set: Addressed Antoine's comment Created 3 years, 9 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 | « services/ui/public/interfaces/window_tree.mojom ('k') | services/ui/ws/test_change_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/test_change_tracker.h
diff --git a/services/ui/ws/test_change_tracker.h b/services/ui/ws/test_change_tracker.h
index 3421441e176176f57baa3e9ee5af7a6ac8b925df..1ff95cb645ae2f886b0120114c6aea98a3163812 100644
--- a/services/ui/ws/test_change_tracker.h
+++ b/services/ui/ws/test_change_tracker.h
@@ -77,6 +77,7 @@ struct Change {
Id window_id3;
gfx::Rect bounds;
gfx::Rect bounds2;
+ cc::FrameSinkId frame_sink_id;
base::Optional<cc::LocalSurfaceId> local_surface_id;
int32_t event_action;
bool matches_pointer_watcher;
@@ -139,7 +140,8 @@ class TestChangeTracker {
// WindowTreeClient function.
void OnEmbed(ClientSpecificId client_id,
mojom::WindowDataPtr root,
- bool drawn);
+ bool drawn,
+ const cc::FrameSinkId& frame_sink_id);
void OnEmbeddedAppDisconnected(Id window_id);
void OnUnembed(Id window_id);
void OnCaptureChanged(Id new_capture_window_id, Id old_capture_window_id);
@@ -175,7 +177,8 @@ class TestChangeTracker {
void OnChangeCompleted(uint32_t change_id, bool success);
void OnTopLevelCreated(uint32_t change_id,
mojom::WindowDataPtr window_data,
- bool drawn);
+ bool drawn,
+ const cc::FrameSinkId& frame_sink_id);
void OnWindowSurfaceChanged(Id window_id,
const cc::SurfaceInfo& surface_info);
« no previous file with comments | « services/ui/public/interfaces/window_tree.mojom ('k') | services/ui/ws/test_change_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698