| Index: third_party/WebKit/Source/platform/image-decoders/ImageDecoder.h
|
| diff --git a/third_party/WebKit/Source/platform/image-decoders/ImageDecoder.h b/third_party/WebKit/Source/platform/image-decoders/ImageDecoder.h
|
| index 5e69af51652d6f02a242b6e9e98c7631dde581da..180ec29bba7c2d0dc0142d04eaaf63ba5e5f78bb 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/ImageDecoder.h
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/ImageDecoder.h
|
| @@ -60,7 +60,8 @@ using QCMSTransformUniquePtr =
|
| std::unique_ptr<qcms_transform, QCMSTransformDeleter>;
|
| #endif // USE(QCMSLIB)
|
|
|
| -// ImagePlanes can be used to decode color components into provided buffers instead of using an ImageFrame.
|
| +// ImagePlanes can be used to decode color components into provided buffers
|
| +// instead of using an ImageFrame.
|
| class PLATFORM_EXPORT ImagePlanes final {
|
| USING_FAST_MALLOC(ImagePlanes);
|
| WTF_MAKE_NONCOPYABLE(ImagePlanes);
|
|
|