Index: ash/display/screen_ash.h |
diff --git a/ash/display/screen_ash.h b/ash/display/screen_ash.h |
index 08011b23d0966620f25a115290ca8b01c69aa5d7..aec15a09f0ee4133ff55df3640c6555f56ed7f98 100644 |
--- a/ash/display/screen_ash.h |
+++ b/ash/display/screen_ash.h |
@@ -8,6 +8,7 @@ |
#include "ash/ash_export.h" |
#include "base/compiler_specific.h" |
#include "base/observer_list.h" |
+#include "ui/gfx/display_observer.h" |
#include "ui/gfx/screen.h" |
namespace gfx { |
@@ -81,7 +82,8 @@ class ASH_EXPORT ScreenAsh : public gfx::Screen { |
friend class DisplayManager; |
// Notifies observers of display configuration changes. |
- void NotifyBoundsChanged(const gfx::Display& display); |
+ void NotifyMetricsChanged(const gfx::Display& display, |
+ gfx::DisplayObserver::DisplayMetrics metrics); |
void NotifyDisplayAdded(const gfx::Display& display); |
void NotifyDisplayRemoved(const gfx::Display& display); |