| Index: mojo/services/window_manager/window_manager_service_impl.cc
|
| diff --git a/mojo/services/window_manager/window_manager_service_impl.cc b/mojo/services/window_manager/window_manager_service_impl.cc
|
| index 408bb580f9f9ed1988597147b9537371f92c0939..a15b5c43d244cbf39cf648320447366562af47f7 100644
|
| --- a/mojo/services/window_manager/window_manager_service_impl.cc
|
| +++ b/mojo/services/window_manager/window_manager_service_impl.cc
|
| @@ -1,3 +1,4 @@
|
| +
|
| // Copyright 2014 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
| @@ -25,7 +26,7 @@ void WindowManagerServiceImpl::NotifyReady() {
|
| client()->OnWindowManagerReady();
|
| }
|
|
|
| -void WindowManagerServiceImpl::NotifyNodeFocused(Id new_focused_id,
|
| +void WindowManagerServiceImpl::NotifyViewFocused(Id new_focused_id,
|
| Id old_focused_id) {
|
| client()->OnFocusChanged(old_focused_id, new_focused_id);
|
| }
|
|
|