OSDN Git Service

Restore old behavior of setLocalMatrix
authorLeon Scroggins III <scroggo@google.com>
Thu, 14 Jan 2016 22:18:54 +0000 (17:18 -0500)
committerDerek Sollenberger <djsollen@google.com>
Fri, 15 Jan 2016 16:07:23 +0000 (11:07 -0500)
commitc95d2d1bd6047cc8e246f80994c34dddd93801c0
tree28549ac8b1dd30094ed57cbe761b8496813ce462
parentd5002c1244f55f81cff9edac94894ea5c8a3a4e8
Restore old behavior of setLocalMatrix

We updated the API of SkShader (changed in
https://codereview.chromium.org/1553743002) but the function still does
the same thing. As such, undo the changes in
f4eca05cdc19c095cdc0a9140d512737533a87c5 which call the method
differently.

BUG:26549769

This partially reverts commit f4eca05cdc19c095cdc0a9140d512737533a87c5.

Change-Id: I52f2fab7da748cfe351e2fa27ade24aa572176a7
core/jni/android/graphics/Shader.cpp