diff options
Diffstat (limited to 'ash/display/resolution_notification_controller.h')
-rw-r--r-- | ash/display/resolution_notification_controller.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ash/display/resolution_notification_controller.h b/ash/display/resolution_notification_controller.h index 9fe4026..23a582d 100644 --- a/ash/display/resolution_notification_controller.h +++ b/ash/display/resolution_notification_controller.h @@ -79,10 +79,9 @@ class ASH_EXPORT ResolutionNotificationController void OnTimerTick(); // gfx::DisplayObserver overrides: + virtual void OnDisplayBoundsChanged(const gfx::Display& display) OVERRIDE; virtual void OnDisplayAdded(const gfx::Display& new_display) OVERRIDE; virtual void OnDisplayRemoved(const gfx::Display& old_display) OVERRIDE; - virtual void OnDisplayMetricsChanged(const gfx::Display& display, - uint32_t metrics) OVERRIDE; // DisplayController::Observer overrides: virtual void OnDisplayConfigurationChanged() OVERRIDE; |