| Index: tools/LazyDecodeBitmap.cpp
|
| diff --git a/tools/LazyDecodeBitmap.cpp b/tools/LazyDecodeBitmap.cpp
|
| index 6c4160c09e1fbcd07ee4ea658d420e06cd65fc87..4459cf114a8a52dfaafce81991f305bd036be237 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) {
|
|
|