| Index: ash/wm/overview/window_overview.h
|
| diff --git a/ash/wm/overview/window_overview.h b/ash/wm/overview/window_overview.h
|
| index 473f0b5a9b32db2506c26cbbdc151dae3e72a9a5..ddea9cfa802467ae3cc6ed0405b1c382fc346945 100644
|
| --- a/ash/wm/overview/window_overview.h
|
| +++ b/ash/wm/overview/window_overview.h
|
| @@ -63,9 +63,11 @@ class WindowOverview : public ui::EventHandler,
|
| virtual void OnTouchEvent(ui::TouchEvent* event) OVERRIDE;
|
|
|
| // gfx::DisplayObserver:
|
| - virtual void OnDisplayBoundsChanged(const gfx::Display& display) OVERRIDE;
|
| virtual void OnDisplayAdded(const gfx::Display& display) OVERRIDE;
|
| virtual void OnDisplayRemoved(const gfx::Display& display) OVERRIDE;
|
| + virtual void OnDisplayMetricsChanged(
|
| + const gfx::Display& display,
|
| + DisplayObserver::DisplayMetrics metrics) OVERRIDE;
|
|
|
| private:
|
| // Returns the target of |event| or NULL if the event is not targeted at
|
|
|