Fix cursor getting invisible after moving a window.
commit44e64a65a53a38b439b8abd61ec934fa0e8cf694
authormazda@chromium.org <mazda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 21 Sep 2012 04:21:11 +0000 (21 04:21 +0000)
committermazda@chromium.org <mazda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 21 Sep 2012 04:21:11 +0000 (21 04:21 +0000)
tree380180eb25929a4c548097c87449d2d21993131f
parent2ce4211406384e09e394c7e926e635aaddd417bd
Fix cursor getting invisible after moving a window.

The platform cursor value was not correctly set when cursor was unlocked.
This CL fixes it and adds unittests.

BUG=150904

Review URL: https://chromiumcodereview.appspot.com/10965020

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157924 0039d316-1c4b-4281-b951-d872f2087c98
ash/ash.gyp
ash/test/cursor_manager_test_api.cc [new file with mode: 0644]
ash/test/cursor_manager_test_api.h [new file with mode: 0644]
ash/wm/cursor_manager.cc
ash/wm/cursor_manager.h
ash/wm/cursor_manager_unittest.cc [new file with mode: 0644]