Fix the issue of cursor being shown at startup.
commit86e38e4a4cbf129bbc35e824d504fb6fe913208d
authormazda@chromium.org <mazda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 20 Nov 2012 17:53:26 +0000 (20 17:53 +0000)
committermazda@chromium.org <mazda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 20 Nov 2012 17:53:26 +0000 (20 17:53 +0000)
treec743a2a8b1e65cec8423c66632bae2b2edee792d
parent5c52247ccb2ad6bf77a94381db3d31a7758e65c4
Fix the issue of cursor being shown at startup.

Cursor was shown by MagnificationController when it's enabled in chrome::OpenAsh.
This CL makes MagnificationController not to show cursor if unnecessary.
Also makes cursor initially hidden when the host window is not using full screen
for testing ChromeOS build on desktop.

BUG=157918
TEST=Manually on device and desktop

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168830 0039d316-1c4b-4281-b951-d872f2087c98
ash/magnifier/magnification_controller.cc
ash/shell.cc
chrome/browser/chromeos/login/login_browsertest.cc
chrome/browser/ui/ash/ash_init.cc