| Index: ash/touch/touch_observer_hud.h
|
| diff --git a/ash/touch/touch_observer_hud.h b/ash/touch/touch_observer_hud.h
|
| index 816fb98b1cbc2533f4b781ecb8feb23ef4631a01..2bfbb0da54bd14eb92642d0ba12375473ee26fb8 100644
|
| --- a/ash/touch/touch_observer_hud.h
|
| +++ b/ash/touch/touch_observer_hud.h
|
| @@ -59,10 +59,9 @@
|
| virtual void OnWidgetDestroying(views::Widget* widget) OVERRIDE;
|
|
|
| // Overridden from gfx::DisplayObserver.
|
| + 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;
|
|
|
| #if defined(OS_CHROMEOS)
|
| // Overriden from ui::DisplayConfigurator::Observer.
|
|
|