| Index: third_party/WebKit/Source/platform/image-decoders/ImageFrame.h
|
| diff --git a/third_party/WebKit/Source/platform/image-decoders/ImageFrame.h b/third_party/WebKit/Source/platform/image-decoders/ImageFrame.h
|
| index 655c9ef8a2ab8e3e7a105e7b432dc7677cc786bd..80b8fa3bfbdcb88eee8d678559700b3b047accc6 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/ImageFrame.h
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/ImageFrame.h
|
| @@ -199,6 +199,8 @@ private:
|
| return m_bitmap.height();
|
| }
|
|
|
| + SkAlphaType computeAlphaType() const;
|
| +
|
| SkBitmap m_bitmap;
|
| SkBitmap::Allocator* m_allocator;
|
| bool m_hasAlpha;
|
|
|