| 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 26784faf32b75beaffb8b83174a13a6ff0ad9ca4..035bc1e44eb8d94658f7dbe49070f82732528e95 100644
|
| --- a/services/ui/ws/server_window_delegate.h
|
| +++ b/services/ui/ws/server_window_delegate.h
|
| @@ -29,6 +29,9 @@ class ServerWindowDelegate {
|
| // DisplayCompositor running in the system.
|
| virtual cc::mojom::DisplayCompositor* GetDisplayCompositor() = 0;
|
|
|
| + // Returns the root surface id that was received from DisplayCompositor.
|
| + virtual const cc::SurfaceId& GetRootSurfaceId() const = 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.
|
| virtual ServerWindow* GetRootWindow(const ServerWindow* window) = 0;
|
|
|