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 affaa616cf53bda3205a66628fe12f6a3bcbf8e6..641b8cd482a3af47562d956cd7490a2bf05bfc0e 100644 |
| --- a/services/ui/ws/server_window_delegate.h |
| +++ b/services/ui/ws/server_window_delegate.h |
| @@ -10,9 +10,14 @@ |
| #include "services/ui/public/interfaces/mus_constants.mojom.h" |
| #include "services/ui/public/interfaces/window_tree.mojom.h" |
| +namespace cc { |
| +namespace mojom { |
| +class DisplayCompositor; |
| +} |
| +} |
| + |
| namespace ui { |
| -class DisplayCompositor; |
| namespace ws { |
| @@ -22,7 +27,7 @@ struct WindowId; |
| class ServerWindowDelegate { |
| public: |
| - virtual DisplayCompositor* GetDisplayCompositor() = 0; |
| + virtual cc::mojom::DisplayCompositor* GetDisplayCompositor() = 0; |
|
rjkroege
2016/11/21 23:05:36
doc method?
Fady Samuel
2016/11/22 01:02:23
Done.
|
| // 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. |