| Index: third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.h b/third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.h
|
| index 6b2f09c2e8329e9cffeaf5e83c6171d39edd7570..fb2a0732b6c982abb84fd3caa256da1750a08dc5 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.h
|
| @@ -41,9 +41,9 @@ namespace blink {
|
|
|
| class ImageFrameGenerator;
|
|
|
| -// Implements SkImageGenerator, used by SkPixelRef to populate a discardable memory
|
| -// with a decoded image frame. ImageFrameGenerator does the actual decoding.
|
| -//
|
| +// Implements SkImageGenerator, used by SkPixelRef to populate a discardable
|
| +// memory with a decoded image frame. ImageFrameGenerator does the actual
|
| +// decoding.
|
| class PLATFORM_EXPORT DecodingImageGenerator final : public SkImageGenerator {
|
| USING_FAST_MALLOC(DecodingImageGenerator);
|
| WTF_MAKE_NONCOPYABLE(DecodingImageGenerator);
|
|
|