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

Unified Diff: ui/aura/test/mus/test_window_tree.h

Issue 2617403003: Mus: Remove CompositorFrameSinkType (Closed)
Patch Set: Remove remaining CompositorFrameSinkType Created 3 years, 11 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: ui/aura/test/mus/test_window_tree.h
diff --git a/ui/aura/test/mus/test_window_tree.h b/ui/aura/test/mus/test_window_tree.h
index e216a9019bab4466dab180a97bfe830396b93182..1a1a4bbb638e5597015c1c15287ee4831a892fa3 100644
--- a/ui/aura/test/mus/test_window_tree.h
+++ b/ui/aura/test/mus/test_window_tree.h
@@ -139,7 +139,6 @@ class TestWindowTree : public ui::mojom::WindowTree {
float opacity) override;
void AttachCompositorFrameSink(
uint32_t window_id,
- ui::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