ozone: dri: Fix missing cursor update when moving to screen location
commit32c453b595c6cfeeb3fcdbd74333b3ebbcf815d5
authorspang <spang@chromium.org>
Wed, 18 Feb 2015 23:25:50 +0000 (18 15:25 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 18 Feb 2015 23:26:30 +0000 (18 23:26 +0000)
tree160b5eb5e21e5873abcba27dc692fbfac14a35da
parentfbfba350a7a163a73daf982dc90648ab6cddf64b
ozone: dri: Fix missing cursor update when moving to screen location

We're not moving the bitmap after injected cursor moves. This regressed
in r312018 ("ozone: dri: Synchronize the cursor state").

BUG=459447
TEST=Connect via remoting to freon chromebook & move cursor. Cursor
     displayed on remote system should track movement closely.

Review URL: https://codereview.chromium.org/933363003

Cr-Commit-Position: refs/heads/master@{#316914}
ui/ozone/platform/dri/dri_cursor.cc