| Index: Source/platform/graphics/ImageSource.h
|
| diff --git a/Source/platform/graphics/ImageSource.h b/Source/platform/graphics/ImageSource.h
|
| index c3dbe444c73254ce780d17e310048f035ad3daf1..64f95060b88de7d577619ea0634066982e7b38b8 100644
|
| --- a/Source/platform/graphics/ImageSource.h
|
| +++ b/Source/platform/graphics/ImageSource.h
|
| @@ -42,9 +42,6 @@ class IntPoint;
|
| class IntSize;
|
| class SharedBuffer;
|
|
|
| -// This is a helper class used by BitmapImage only. If you need an image
|
| -// decoder then you should look into
|
| -// Source/platform/image-decoders/ImageDecoder.h.
|
| class PLATFORM_EXPORT ImageSource {
|
| WTF_MAKE_NONCOPYABLE(ImageSource);
|
| public:
|
|
|