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

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

Issue 2414683003: Mus+Ash: propagate Surface ID to parents (Closed)
Patch Set: Removed stale comment Created 4 years, 2 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: services/ui/ws/test_utils.h
diff --git a/services/ui/ws/test_utils.h b/services/ui/ws/test_utils.h
index a6f52e8018b95a1b61d60a85b5bc75f0825856c0..0b8a14077165b7f48176ce6048350bc43499bc0c 100644
--- a/services/ui/ws/test_utils.h
+++ b/services/ui/ws/test_utils.h
@@ -437,6 +437,11 @@ class TestWindowTreeClient : public ui::mojom::WindowTreeClient {
void OnWindowFocused(uint32_t focused_window_id) override;
void OnWindowPredefinedCursorChanged(uint32_t window_id,
mojom::Cursor cursor_id) override;
+ void OnWindowSurfaceCreated(Id window_id,
+ const cc::SurfaceId& surface_id,
+ const cc::SurfaceSequence& surface_sequence,
+ const gfx::Size& frame_size,
+ float device_scale_factor) override;
void OnDragDropStart(
mojo::Map<mojo::String, mojo::Array<uint8_t>> mime_data) override;
void OnDragEnter(uint32_t window,

Powered by Google App Engine
This is Rietveld 408576698