Fix touch event parameter order
authorliyuqian <liyuqian@google.com>
Mon, 22 Aug 2016 18:31:09 +0000 (11:31 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 22 Aug 2016 18:31:09 +0000 (11:31 -0700)
commit23d24587ee4907ebb8136abe177721ca51b5a89a
treec07c7a9c68143592a400afcf757f7e572d40a60a
parent7b145120f2387aeb69fdcf444aa406c70075de27
Fix touch event parameter order

The issue is so obvious... However, all newer Android devices (e.g.,
Nexus 6P, 5X, 9) are immune to this bug. So I didn't notice this until I
tested Viewer app on Nexus 7 yesterday...

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2254223002

Review-Url: https://codereview.chromium.org/2254223002
tools/viewer/sk_app/android/surface_glue_android.cpp