| Index: ash/shell/window_watcher.cc
|
| diff --git a/ash/shell/window_watcher.cc b/ash/shell/window_watcher.cc
|
| index 55231cf7a0608148a22974e4fc43f7f635f64e4a..44edaa4af64322d9cba7ca3b4692d9eca0f1dc08 100644
|
| --- a/ash/shell/window_watcher.cc
|
| +++ b/ash/shell/window_watcher.cc
|
| @@ -138,9 +138,6 @@ void WindowWatcher::OnWillRemoveWindow(aura::Window* window) {
|
| }
|
| }
|
|
|
| -void WindowWatcher::OnDisplayBoundsChanged(const gfx::Display& display) {
|
| -}
|
| -
|
| void WindowWatcher::OnDisplayAdded(const gfx::Display& new_display) {
|
| aura::Window* root = Shell::GetInstance()->display_controller()->
|
| GetRootWindowForDisplayId(new_display.id());
|
| @@ -152,5 +149,8 @@ void WindowWatcher::OnDisplayRemoved(const gfx::Display& old_display) {
|
| // remove observers.
|
| }
|
|
|
| +void WindowWatcher::OnDisplayMetricsChanged(const gfx::Display&, uint32_t) {
|
| +}
|
| +
|
| } // namespace shell
|
| } // namespace ash
|
|
|