aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkYUVPlanesCache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkYUVPlanesCache.cpp')
-rw-r--r--src/core/SkYUVPlanesCache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkYUVPlanesCache.cpp b/src/core/SkYUVPlanesCache.cpp
index 336b581246..07a07c698b 100644
--- a/src/core/SkYUVPlanesCache.cpp
+++ b/src/core/SkYUVPlanesCache.cpp
@@ -77,7 +77,7 @@ SkCachedData* SkYUVPlanesCache::FindAndRef(uint32_t genID, Info* info,
if (!CHECK_LOCAL(localCache, find, Find, key, YUVPlanesRec::Visitor, &result)) {
return nullptr;
}
-
+
*info = result.fInfo;
return result.fData;
}