Chromium Code Reviews| 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. |