Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(208)

Unified Diff: third_party/WebKit/Source/core/paint/NinePieceImagePainter.h

Issue 1512803004: Use refs for GraphicsContext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ScrollbarTheme
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698