| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.h
|
| index b59ad373a2b4de6e72b1dce2bebb5e9dd7695ca2..2222bd93309590200fc9e6116186500316b5799a 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.h
|
| @@ -54,7 +54,7 @@
|
|
|
| private:
|
| PassOwnPtr<PatternData> buildPatternData(const LayoutObject&);
|
| - PassRefPtr<SkPicture> asPicture(const FloatRect& tile, const AffineTransform&) const;
|
| + PassRefPtr<const SkPicture> asPicture(const FloatRect& tile, const AffineTransform&) const;
|
| PatternData* patternForLayoutObject(const LayoutObject&);
|
|
|
| const LayoutSVGResourceContainer* resolveContentElement() const;
|
|
|