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

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

Issue 2886873002: Only send the FrameSinkId to client when it is necessary (Closed)
Patch Set: Address review issues. Created 3 years, 7 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/ws/window_tree_unittest.cc ('k') | ui/aura/mus/mus_context_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/mus/mus_context_factory.h
diff --git a/ui/aura/mus/mus_context_factory.h b/ui/aura/mus/mus_context_factory.h
index fd8875c0f535db36c10a73d2e8f48733937bbf71..120c2cfdd6676361c919487ef90e982125839b34 100644
--- a/ui/aura/mus/mus_context_factory.h
+++ b/ui/aura/mus/mus_context_factory.h
@@ -38,10 +38,6 @@ class AURA_EXPORT MusContextFactory : public ui::ContextFactory {
void OnEstablishedGpuChannel(base::WeakPtr<ui::Compositor> compositor,
scoped_refptr<gpu::GpuChannelHost> gpu_channel);
- void OnCompositorFrameSinkAvailable(
- base::WeakPtr<ui::Compositor> compositor,
- std::unique_ptr<cc::CompositorFrameSink> compositor_frame_sink);
-
// ContextFactory:
void CreateCompositorFrameSink(
base::WeakPtr<ui::Compositor> compositor) override;
« no previous file with comments | « services/ui/ws/window_tree_unittest.cc ('k') | ui/aura/mus/mus_context_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698