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

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

Issue 2797453002: Rename DisplayCompositor to MojoFrameSinkManager. (Closed)
Patch Set: Fix comments. Created 3 years, 9 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/ws/server_window_delegate.h
diff --git a/services/ui/ws/server_window_delegate.h b/services/ui/ws/server_window_delegate.h
index 8caf5bf0b90bd8b2379f31491788a957c681921e..69e551a2116e371102bdab4bf764cb2f88b5339a 100644
--- a/services/ui/ws/server_window_delegate.h
+++ b/services/ui/ws/server_window_delegate.h
@@ -7,7 +7,7 @@
#include <memory>
-#include "cc/ipc/display_compositor.mojom.h"
+#include "cc/ipc/frame_sink_manager.mojom.h"
msw 2017/04/03 19:22:13 fwd decl instead
kylechar 2017/04/03 19:54:16 Done.
#include "services/ui/public/interfaces/mus_constants.mojom.h"
#include "services/ui/public/interfaces/window_tree.mojom.h"
@@ -20,8 +20,8 @@ class ServerWindow;
class ServerWindowDelegate {
public:
// Returns a display compositor interface pointer. There is only one
msw 2017/04/03 19:22:13 update comment
kylechar 2017/04/03 19:54:16 Done.
- // DisplayCompositor running in the system.
- virtual cc::mojom::DisplayCompositor* GetDisplayCompositor() = 0;
+ // MojoFrameSinkManager running in the system.
+ virtual cc::mojom::FrameSinkManager* GetFrameSinkManager() = 0;
// Returns the root of the window tree to which this |window| is attached.
// Returns null if this window is not attached up through to a root window.

Powered by Google App Engine
This is Rietveld 408576698