Index: third_party/WebKit/Source/core/paint/NinePieceImagePainter.h |
diff --git a/third_party/WebKit/Source/core/paint/NinePieceImagePainter.h b/third_party/WebKit/Source/core/paint/NinePieceImagePainter.h |
index 5155e4344cb5b687b2564ec2036e984b0db4879c..8163e8279171547f08cae32a839d3fcf16abac42 100644 |
--- a/third_party/WebKit/Source/core/paint/NinePieceImagePainter.h |
+++ b/third_party/WebKit/Source/core/paint/NinePieceImagePainter.h |
@@ -21,7 +21,7 @@ class NinePieceImagePainter { |
public: |
NinePieceImagePainter(const LayoutBoxModelObject&); |
- bool paint(GraphicsContext*, const LayoutRect&, const ComputedStyle&, const NinePieceImage&, SkXfermode::Mode) const; |
+ bool paint(GraphicsContext&, const LayoutRect&, const ComputedStyle&, const NinePieceImage&, SkXfermode::Mode) const; |
private: |
const LayoutBoxModelObject& m_layoutObject; |