| Index: Source/core/paint/SVGMaskPainter.cpp
 | 
| diff --git a/Source/core/paint/SVGMaskPainter.cpp b/Source/core/paint/SVGMaskPainter.cpp
 | 
| index 3606e0a1e1ea63674ce89dfaec606046592d82f4..4e7a14cf05bcc663cb3e258dab5584314a1dccfa 100644
 | 
| --- a/Source/core/paint/SVGMaskPainter.cpp
 | 
| +++ b/Source/core/paint/SVGMaskPainter.cpp
 | 
| @@ -68,7 +68,7 @@ void SVGMaskPainter::drawMaskForRenderer(GraphicsContext* context, DisplayItemCl
 | 
|      ASSERT(context);
 | 
|  
 | 
|      AffineTransform contentTransformation;
 | 
| -    RefPtr<const SkPicture> maskContentPicture = m_mask.getContentPicture(contentTransformation, targetBoundingBox);
 | 
| +    RefPtr<const SkPicture> maskContentPicture = m_mask.createContentPicture(contentTransformation, targetBoundingBox);
 | 
|  
 | 
|      TransformRecorder recorder(*context, client, contentTransformation);
 | 
|  
 | 
| 
 |