Index: third_party/WebKit/Source/core/paint/ScrollbarPainter.h |
diff --git a/third_party/WebKit/Source/core/paint/ScrollbarPainter.h b/third_party/WebKit/Source/core/paint/ScrollbarPainter.h |
index e0e619a9c681f0c0614ddaf8bd1fbadd710f5172..347e48e8db18fa33162c67a715079aeb643823ab 100644 |
--- a/third_party/WebKit/Source/core/paint/ScrollbarPainter.h |
+++ b/third_party/WebKit/Source/core/paint/ScrollbarPainter.h |
@@ -23,8 +23,8 @@ class ScrollbarPainter { |
public: |
explicit ScrollbarPainter(const LayoutScrollbar& layoutScrollbar) : m_layoutScrollbar(&layoutScrollbar) { } |
- void paintPart(GraphicsContext*, ScrollbarPart, const IntRect&); |
- static void paintIntoRect(const LayoutScrollbarPart&, GraphicsContext*, const LayoutPoint& paintOffset, const LayoutRect&); |
+ void paintPart(GraphicsContext&, ScrollbarPart, const IntRect&); |
+ static void paintIntoRect(const LayoutScrollbarPart&, GraphicsContext&, const LayoutPoint& paintOffset, const LayoutRect&); |
private: |
RawPtrWillBeMember<const LayoutScrollbar> m_layoutScrollbar; |