| 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 a6489aa613110fac76d62d4e70f733dc3f28c652..41289e1481e86cbd2e75487b30568778975ad868 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Image.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/Image.h
|
| @@ -165,12 +165,9 @@ class PLATFORM_EXPORT Image : public ThreadSafeRefCounted<Image> {
|
| const FloatRect& dstRect,
|
| const FloatRect& srcRect,
|
| RespectImageOrientationEnum,
|
| - ImageClampingMode,
|
| - const ColorBehavior&) = 0;
|
| + ImageClampingMode) = 0;
|
|
|
| - virtual bool applyShader(PaintFlags&,
|
| - const SkMatrix& localMatrix,
|
| - const ColorBehavior&);
|
| + virtual bool applyShader(PaintFlags&, const SkMatrix& localMatrix);
|
|
|
| // Compute the tile which contains a given point (assuming a repeating tile
|
| // grid). The point and returned value are in destination grid space.
|
|
|