| Index: services/ui/display/platform_screen_delegate.h
|
| diff --git a/services/ui/display/platform_screen_delegate.h b/services/ui/display/platform_screen_delegate.h
|
| index 659551796ebd5a30dfb7e8b544702117dbeaf04e..9c0e144a37778991d893b045047c09a01d381cd5 100644
|
| --- a/services/ui/display/platform_screen_delegate.h
|
| +++ b/services/ui/display/platform_screen_delegate.h
|
| @@ -23,9 +23,7 @@ class PlatformScreenDelegate {
|
| // displays are added or modified.
|
|
|
| // Called when a display is added. |bounds| is in DIP.
|
| - virtual void OnDisplayAdded(PlatformScreen* platform_screen,
|
| - int64_t id,
|
| - const gfx::Rect& bounds) = 0;
|
| + virtual void OnDisplayAdded(int64_t id, const gfx::Rect& bounds) = 0;
|
|
|
| // Called when a display is removed.
|
| virtual void OnDisplayRemoved(int64_t id) = 0;
|
|
|