| Index: services/ui/ws/display_manager.h
|
| diff --git a/services/ui/ws/display_manager.h b/services/ui/ws/display_manager.h
|
| index 17ca01d6979687ac5b64237b6d3f8102a040ef2b..324ddfc02f4607d9cadf97ddfc93ba0f4b0d98b1 100644
|
| --- a/services/ui/ws/display_manager.h
|
| +++ b/services/ui/ws/display_manager.h
|
| @@ -82,9 +82,7 @@ class DisplayManager : public UserIdTrackerObserver,
|
| const UserId& active_id) override;
|
|
|
| // display::PlatformScreenDelegate:
|
| - void OnDisplayAdded(display::PlatformScreen* platform_screen_,
|
| - int64_t id,
|
| - const gfx::Rect& bounds) override;
|
| + void OnDisplayAdded(int64_t id, const gfx::Rect& bounds) override;
|
| void OnDisplayRemoved(int64_t id) override;
|
| void OnDisplayModified(int64_t id, const gfx::Rect& bounds) override;
|
|
|
|
|