| Index: services/ui/ws/window_manager_display_root.h
|
| diff --git a/services/ui/ws/window_manager_display_root.h b/services/ui/ws/window_manager_display_root.h
|
| index 2ba39a08af8346ab6336ae2a35db6c5fe2e379db..daaa8a285704bee8360a16f2a3665387af6749a1 100644
|
| --- a/services/ui/ws/window_manager_display_root.h
|
| +++ b/services/ui/ws/window_manager_display_root.h
|
| @@ -10,6 +10,7 @@
|
| #include <memory>
|
|
|
| #include "base/macros.h"
|
| +#include "cc/surfaces/surface_id_allocator.h"
|
|
|
| namespace ui {
|
| namespace ws {
|
| @@ -49,6 +50,7 @@ class WindowManagerDisplayRoot {
|
| // the root ServerWindow of the Display.
|
| std::unique_ptr<ServerWindow> root_;
|
| WindowManagerState* window_manager_state_ = nullptr;
|
| + cc::SurfaceIdAllocator allocator_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(WindowManagerDisplayRoot);
|
| };
|
|
|