| Index: ash/touch/touch_hud_debug.h
|
| diff --git a/ash/touch/touch_hud_debug.h b/ash/touch/touch_hud_debug.h
|
| index 2cac29487ba23c9ea91046b0a572830818694d21..f491f3b0a513c4e2d4220ec3e92b525999da6e85 100644
|
| --- a/ash/touch/touch_hud_debug.h
|
| +++ b/ash/touch/touch_hud_debug.h
|
| @@ -60,7 +60,8 @@ class ASH_EXPORT TouchHudDebug : public TouchObserverHUD {
|
|
|
| // Overriden from TouchObserverHUD.
|
| virtual void OnTouchEvent(ui::TouchEvent* event) OVERRIDE;
|
| - virtual void OnDisplayBoundsChanged(const gfx::Display& display) OVERRIDE;
|
| + virtual void OnDisplayMetricsChanged(const gfx::Display& display,
|
| + DisplayObserver::MetricsType metrics) OVERRIDE;
|
| virtual void SetHudForRootWindowController(
|
| RootWindowController* controller) OVERRIDE;
|
| virtual void UnsetHudForRootWindowController(
|
|
|