| Index: ash/shell/window_watcher.h
|
| diff --git a/ash/shell/window_watcher.h b/ash/shell/window_watcher.h
|
| index 2d94b77edf07ecb5a192a0f6271317e03998d230..07a6fc976890abd81c48a531ca3dbc62a11e68bf 100644
|
| --- a/ash/shell/window_watcher.h
|
| +++ b/ash/shell/window_watcher.h
|
| @@ -38,9 +38,10 @@ class WindowWatcher : public aura::WindowObserver,
|
| virtual void OnWillRemoveWindow(aura::Window* window) OVERRIDE;
|
|
|
| // 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,
|
| + DisplayObserver::MetricsType metrics) OVERRIDE;
|
|
|
| private:
|
| class WorkspaceWindowWatcher;
|
|
|