OSDN Git Service

Stop explicitly using kCallerPasses_Ownership
authorLeon Scroggins III <scroggo@google.com>
Fri, 10 Mar 2017 15:50:33 +0000 (10:50 -0500)
committerLeon Scroggins <scroggo@google.com>
Thu, 14 Sep 2017 20:10:22 +0000 (20:10 +0000)
commitadb5e0ba6d532c0d52b3bf89a1dbec4e3e7a6fd6
tree83681db865ec7d33ce340e7d14541b6ddfe40c86
parent5252746fe0c0e489cd584bf26d4669560da4b679
Stop explicitly using kCallerPasses_Ownership

Bug: 65646012
Bug: 65426286

Cherry-picked from master. The original CL just updates BitmapFactory.
This also updates ExifInterface in the same way. ExifInterface.cpp no
longer existed by the time the Skia change landed.

Required for Ib7aaf367f68f8764147887d858f65ee14fa7a1d9, which fixes
the aforementioned bugs.

Test: No change in behavior, no new tests.

This enum is going away in https://skia-review.googlesource.com/c/9498,
and this method is using the default anyway.

Merged-In: I928a72851f90e84f45ce2fa49560f8ba894a8058
Merged-In: I8f6c761e50cb29476dc0784f58908ec35e3c70e9
Change-Id: I928a72851f90e84f45ce2fa49560f8ba894a8058
core/jni/android/graphics/BitmapFactory.cpp
media/jni/android_media_ExifInterface.cpp