Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 36e81aff authored by Kevin Lubick's avatar Kevin Lubick
Browse files

Use relocated SkImages context typedef

In http://review.skia.org/661059, we moved many SkImage related
methods, including these typedefs. This updates android/base to
use that moved type.

Change-Id: I8ace594ed19561516bef4468cca0bf59a2910483
parent a7cdf23b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ void AutoBackendTextureRelease::unref(bool releaseImage) {

// releaseProc is invoked by SkImage, when texture is no longer in use.
// "releaseContext" contains an "AutoBackendTextureRelease*".
static void releaseProc(SkImage::ReleaseContext releaseContext) {
static void releaseProc(SkImages::ReleaseContext releaseContext) {
    AutoBackendTextureRelease* textureRelease =
            reinterpret_cast<AutoBackendTextureRelease*>(releaseContext);
    textureRelease->unref(false);