OSDN Git Service

Fix several bad function definitions.
authorNarayan Kamath <narayan@google.com>
Thu, 6 Feb 2014 11:50:31 +0000 (11:50 +0000)
committerNarayan Kamath <narayan@google.com>
Thu, 20 Feb 2014 12:52:16 +0000 (12:52 +0000)
commit047b938f7188c21c07669108c5c68b2358f6b158
tree78fc2fa7ba516f6458d9f48d642cfadb99be695a
parent2b3c14bf75c71524a0fcbc3e9d1fdab9aa6c3473
Fix several bad function definitions.

We claim these functions want jlong as input (8 bytes wide)
but the definitions use pointer types or jints
(4 bytes wide for 32 bit).

bug: 12890271

(cherry picked from 017546e65280a3389b6167f5fc3b5d1c3001154a)

Change-Id: Iede02be90e6a3c9a2db1fe04dcd0db99abe37097
core/jni/android/graphics/Canvas.cpp
core/jni/android_view_GLES20Canvas.cpp