| Index: ash/wm/overview/window_overview.h
|
| diff --git a/ash/wm/overview/window_overview.h b/ash/wm/overview/window_overview.h
|
| index 502e3d921e886dbc3e453750ac7948f3a5966cac..28a19edddf1f8153290c00d7bc2c3d8d86342e73 100644
|
| --- a/ash/wm/overview/window_overview.h
|
| +++ b/ash/wm/overview/window_overview.h
|
| @@ -67,9 +67,10 @@ 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::MetricsType metrics) OVERRIDE;
|
|
|
| private:
|
| // Returns the target of |event| or NULL if the event is not targeted at
|
|
|