| 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 9bbd010949fd43a5af9de31f28dd684f3ebb44d5..4bdadfc46066287e76fefa14a14cec0ee9fccb10 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Image.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/Image.h
|
| @@ -44,6 +44,8 @@
|
| class SkBitmap;
|
| class SkCanvas;
|
| class SkImage;
|
| +class SkMatrix;
|
| +class SkPaint;
|
|
|
| namespace blink {
|
|
|
| @@ -150,6 +152,8 @@ public:
|
|
|
| virtual void draw(SkCanvas*, const SkPaint&, const FloatRect& dstRect, const FloatRect& srcRect, RespectImageOrientationEnum, ImageClampingMode) = 0;
|
|
|
| + virtual bool applyShader(SkPaint&, const SkMatrix* localMatrix);
|
| +
|
| protected:
|
| Image(ImageObserver* = 0);
|
|
|
|
|