| Index: ash/display/screen_ash.cc
|
| diff --git a/ash/display/screen_ash.cc b/ash/display/screen_ash.cc
|
| index 9d42e49e26724dc8ee03b2daa08fc3eb282b9539..3f52a9ec7ddce511561bd6fe7c36063cdff5706d 100644
|
| --- a/ash/display/screen_ash.cc
|
| +++ b/ash/display/screen_ash.cc
|
| @@ -188,9 +188,10 @@ const gfx::Display& ScreenAsh::GetDisplayForId(int64 display_id) {
|
| return GetDisplayManager()->GetDisplayForId(display_id);
|
| }
|
|
|
| -void ScreenAsh::NotifyBoundsChanged(const gfx::Display& display) {
|
| +void ScreenAsh::NotifyMetricsChanged(
|
| + const gfx::Display& display, gfx::DisplayObserver::MetricsType metrics) {
|
| FOR_EACH_OBSERVER(gfx::DisplayObserver, observers_,
|
| - OnDisplayBoundsChanged(display));
|
| + OnDisplayMetricsChanged(display, metrics));
|
| }
|
|
|
| void ScreenAsh::NotifyDisplayAdded(const gfx::Display& display) {
|
|
|