| Index: Source/platform/image-decoders/ImageFrame.h
|
| diff --git a/Source/platform/image-decoders/ImageFrame.h b/Source/platform/image-decoders/ImageFrame.h
|
| index b0cae91d18966c1b6465ee40daeb1937bb8972d3..0d302f2610753bf7621afa1925cd346a1918bd56 100644
|
| --- a/Source/platform/image-decoders/ImageFrame.h
|
| +++ b/Source/platform/image-decoders/ImageFrame.h
|
| @@ -144,7 +144,6 @@ public:
|
| void setAlphaBlendSource(AlphaBlendSource alphaBlendSource) { m_alphaBlendSource = alphaBlendSource; }
|
| void setPremultiplyAlpha(bool premultiplyAlpha) { m_premultiplyAlpha = premultiplyAlpha; }
|
| void setMemoryAllocator(SkBitmap::Allocator* allocator) { m_allocator = allocator; }
|
| - void setSkBitmap(const SkBitmap& bitmap) { m_bitmap = bitmap; }
|
| // The pixelsChanged flag needs to be set when the raw pixel data was directly modified
|
| // (e.g. through a pointer or setRGBA). The flag is usually set after a batch of changes was made.
|
| void setPixelsChanged(bool pixelsChanged) { m_pixelsChanged = pixelsChanged; }
|
|
|