| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.cpp
|
| index 386da9e10da92e1fb7f6ff82bb5c1e140c1e40cb..09b215fa0f363cf667128d678f2bd6079dcf62e6 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.cpp
|
| @@ -179,7 +179,7 @@
|
| return this;
|
| }
|
|
|
| -PassRefPtr<SkPicture> LayoutSVGResourcePattern::asPicture(const FloatRect& tileBounds,
|
| +PassRefPtr<const SkPicture> LayoutSVGResourcePattern::asPicture(const FloatRect& tileBounds,
|
| const AffineTransform& tileTransform) const
|
| {
|
| ASSERT(!m_shouldCollectPatternAttributes);
|
|
|