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

Unified Diff: ui/aura/mus/window_port_mus.h

Issue 2617403003: Mus: Remove CompositorFrameSinkType (Closed)
Patch Set: Fix some unit tests 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
« no previous file with comments | « ui/aura/mus/mus_context_factory.cc ('k') | ui/aura/mus/window_port_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/mus/window_port_mus.h
diff --git a/ui/aura/mus/window_port_mus.h b/ui/aura/mus/window_port_mus.h
index 9e7dd27f628030f9ce9f54640c1d7178b9781ef0..084e9d539b2b6832e163bf5b9bb633653d7a883d 100644
--- a/ui/aura/mus/window_port_mus.h
+++ b/ui/aura/mus/window_port_mus.h
@@ -63,12 +63,10 @@ class AURA_EXPORT WindowPortMus : public WindowPort, public WindowMus {
const ui::mojom::WindowTree::EmbedCallback& callback);
std::unique_ptr<WindowCompositorFrameSink> RequestCompositorFrameSink(
- ui::mojom::CompositorFrameSinkType type,
scoped_refptr<cc::ContextProvider> context_provider,
gpu::GpuMemoryBufferManager* gpu_memory_buffer_manager);
void AttachCompositorFrameSink(
- ui::mojom::CompositorFrameSinkType type,
std::unique_ptr<WindowCompositorFrameSinkBinding>
compositor_frame_sink_binding);
« no previous file with comments | « ui/aura/mus/mus_context_factory.cc ('k') | ui/aura/mus/window_port_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698