| Index: services/ui/ws/display_manager.h
|
| diff --git a/services/ui/ws/display_manager.h b/services/ui/ws/display_manager.h
|
| index 54dbb56a6d76d519c452a3e5c68e9ad559ef5cb3..1915aaa1b3a9675f7405963429f6d1a27283b250 100644
|
| --- a/services/ui/ws/display_manager.h
|
| +++ b/services/ui/ws/display_manager.h
|
| @@ -51,7 +51,7 @@ class DisplayManager : public UserIdTrackerObserver,
|
|
|
| // Returns the Display that contains |window|, or null if |window| is not
|
| // attached to a display.
|
| - Display* GetDisplayContaining(ServerWindow* window);
|
| + Display* GetDisplayContaining(const ServerWindow* window);
|
| const Display* GetDisplayContaining(const ServerWindow* window) const;
|
|
|
| // Returns the display with the specified display id, or null if there is no
|
|
|