| Index: third_party/WebKit/Source/platform/graphics/Image.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/Image.h b/third_party/WebKit/Source/platform/graphics/Image.h
|
| index 41289e1481e86cbd2e75487b30568778975ad868..f0199925a7f19ea4d0160712ac02ecf8613154a4 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Image.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/Image.h
|
| @@ -31,7 +31,6 @@
|
| #include "platform/SharedBuffer.h"
|
| #include "platform/geometry/IntRect.h"
|
| #include "platform/graphics/Color.h"
|
| -#include "platform/graphics/ColorBehavior.h"
|
| #include "platform/graphics/GraphicsTypes.h"
|
| #include "platform/graphics/ImageAnimationPolicy.h"
|
| #include "platform/graphics/ImageObserver.h"
|
| @@ -152,7 +151,7 @@ class PLATFORM_EXPORT Image : public ThreadSafeRefCounted<Image> {
|
|
|
| enum TileRule { StretchTile, RoundTile, SpaceTile, RepeatTile };
|
|
|
| - virtual sk_sp<SkImage> imageForCurrentFrame(const ColorBehavior&) = 0;
|
| + virtual sk_sp<SkImage> imageForCurrentFrame() = 0;
|
| virtual PassRefPtr<Image> imageForDefaultFrame();
|
|
|
| enum ImageClampingMode {
|
|
|