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

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

Issue 2494663004: Mus+Ash: ServerWindowCompositorFrameSink => GpuCompositorFrameSink (Closed)
Patch Set: ServerWindowCompositorFrameSinkManager should not reference SurfaceFactory or SurfaceManager Created 4 years, 1 month 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/server_window_compositor_frame_sink_manager.h
diff --git a/services/ui/ws/server_window_compositor_frame_sink_manager.h b/services/ui/ws/server_window_compositor_frame_sink_manager.h
index 76dadf89e6e91efd8208d2c253b9e62d3d25271b..a473fff5ee2d317b529148d30a3b31b48722073a 100644
--- a/services/ui/ws/server_window_compositor_frame_sink_manager.h
+++ b/services/ui/ws/server_window_compositor_frame_sink_manager.h
@@ -10,7 +10,6 @@
#include "base/macros.h"
#include "cc/ipc/compositor_frame.mojom.h"
#include "cc/output/context_provider.h"
-#include "cc/surfaces/surface_factory.h"
#include "cc/surfaces/surface_id.h"
#include "mojo/public/cpp/bindings/binding.h"
#include "services/ui/public/interfaces/window_tree.mojom.h"
@@ -88,8 +87,6 @@ class ServerWindowCompositorFrameSinkManager {
const cc::SurfaceId& surface_id,
const gfx::Size& frame_size);
- cc::SurfaceManager* GetCompositorFrameSinkManager();
-
private:
friend class ServerWindowCompositorFrameSinkManagerTestApi;
friend class ServerWindowCompositorFrameSink;
« no previous file with comments | « services/ui/ws/server_window_compositor_frame_sink.cc ('k') | services/ui/ws/server_window_compositor_frame_sink_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698