| Index: ash/wm/cursor_manager.cc
|
| diff --git a/ash/wm/cursor_manager.cc b/ash/wm/cursor_manager.cc
|
| index 3afee4b20d848e9d1b29b0ecce034e2d228d4523..da2248e111c9d9140248a7b342fd963731eb1142 100644
|
| --- a/ash/wm/cursor_manager.cc
|
| +++ b/ash/wm/cursor_manager.cc
|
| @@ -36,7 +36,7 @@ void CursorManager::UnlockCursor() {
|
| if (did_cursor_change_) {
|
| did_cursor_change_ = false;
|
| if (delegate_)
|
| - delegate_->SetCursor(cursor_to_set_on_unlock_);
|
| + SetCursorInternal(cursor_to_set_on_unlock_);
|
| }
|
| did_cursor_change_ = false;
|
| cursor_to_set_on_unlock_ = gfx::kNullCursor;
|
|
|