aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/LazyDecodeBitmap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/LazyDecodeBitmap.cpp')
-rw-r--r--tools/LazyDecodeBitmap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/LazyDecodeBitmap.cpp b/tools/LazyDecodeBitmap.cpp
index 6c4160c09e..4459cf114a 100644
--- a/tools/LazyDecodeBitmap.cpp
+++ b/tools/LazyDecodeBitmap.cpp
@@ -22,7 +22,7 @@ DEFINE_bool(useVolatileCache, false, "Use a volatile cache for deferred image de
"implementation.");
// Fits SkPicture::InstallPixelRefProc call signature.
-// Used in SkPicturePlayback::CreateFromStream
+// Used in SkPictureData::CreateFromStream
bool sk_tools::LazyDecodeBitmap(const void* src,
size_t length,
SkBitmap* dst) {