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

Unified Diff: services/ui/public/cpp/tests/test_window_tree.h

Issue 2429173005: Mus+Ash: Replace (Server)WindowSurface with (Server)WindowCompositorFrameSink (Closed)
Patch Set: ui::CompositorFrameSink => ui::WindowCompositorFrameSink 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/public/cpp/tests/test_window_tree.h
diff --git a/services/ui/public/cpp/tests/test_window_tree.h b/services/ui/public/cpp/tests/test_window_tree.h
index f8ec2eb30eba392dfdc255e2dc18ac1b239b3a2b..7bab30a1a3b5c6c5270725e28c1f422393f8b83e 100644
--- a/services/ui/public/cpp/tests/test_window_tree.h
+++ b/services/ui/public/cpp/tests/test_window_tree.h
@@ -59,9 +59,9 @@ class TestWindowTree : public mojom::WindowTree {
void SetWindowOpacity(uint32_t change_id,
uint32_t window_id,
float opacity) override;
- void AttachSurface(
+ void AttachCompositorFrameSink(
uint32_t window_id,
- mojom::SurfaceType type,
+ mojom::CompositorFrameSinkType type,
mojo::InterfaceRequest<cc::mojom::MojoCompositorFrameSink> surface,
cc::mojom::MojoCompositorFrameSinkClientPtr client) override;
void AddWindow(uint32_t change_id, uint32_t parent, uint32_t child) override;

Powered by Google App Engine
This is Rietveld 408576698