| OLD | NEW |
| 1 // Copyright 2015 The Chromium Authors. All rights reserved. | 1 // Copyright 2015 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #ifndef COMPONENTS_MUS_WS_DISPLAY_MANAGER_DELEGATE_H_ | 5 #ifndef COMPONENTS_MUS_WS_DISPLAY_MANAGER_DELEGATE_H_ |
| 6 #define COMPONENTS_MUS_WS_DISPLAY_MANAGER_DELEGATE_H_ | 6 #define COMPONENTS_MUS_WS_DISPLAY_MANAGER_DELEGATE_H_ |
| 7 | 7 |
| 8 #include "cc/surfaces/surface_id.h" |
| 8 #include "components/mus/public/interfaces/window_tree.mojom.h" | 9 #include "components/mus/public/interfaces/window_tree.mojom.h" |
| 9 #include "components/mus/ws/ids.h" | 10 #include "components/mus/ws/ids.h" |
| 10 | 11 |
| 11 namespace cc { | |
| 12 struct SurfaceId; | |
| 13 } | |
| 14 | |
| 15 namespace ui { | 12 namespace ui { |
| 16 class Event; | 13 class Event; |
| 17 } | 14 } |
| 18 | 15 |
| 19 namespace mus { | 16 namespace mus { |
| 20 | 17 |
| 21 namespace ws { | 18 namespace ws { |
| 22 | 19 |
| 23 class ServerWindow; | 20 class ServerWindow; |
| 24 | 21 |
| (...skipping 23 matching lines...) Expand all Loading... |
| 48 | 45 |
| 49 protected: | 46 protected: |
| 50 virtual ~DisplayManagerDelegate() {} | 47 virtual ~DisplayManagerDelegate() {} |
| 51 }; | 48 }; |
| 52 | 49 |
| 53 } // namespace ws | 50 } // namespace ws |
| 54 | 51 |
| 55 } // namespace mus | 52 } // namespace mus |
| 56 | 53 |
| 57 #endif // COMPONENTS_MUS_WS_DISPLAY_MANAGER_DELEGATE_H_ | 54 #endif // COMPONENTS_MUS_WS_DISPLAY_MANAGER_DELEGATE_H_ |
| OLD | NEW |