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

Unified Diff: third_party/WebKit/Source/core/paint/EllipsisBoxPainter.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/EllipsisBoxPainter.h
diff --git a/third_party/WebKit/Source/core/paint/EllipsisBoxPainter.h b/third_party/WebKit/Source/core/paint/EllipsisBoxPainter.h
index dc6299115fcdadb1615aa5d0536782038c34ecb5..b9e74813e5a50a4ce89eb7a047c12272b3df6e7c 100644
--- a/third_party/WebKit/Source/core/paint/EllipsisBoxPainter.h
+++ b/third_party/WebKit/Source/core/paint/EllipsisBoxPainter.h
@@ -28,7 +28,7 @@ public:
private:
void paintEllipsis(const PaintInfo&, const LayoutPoint& paintOffset, LayoutUnit lineTop, LayoutUnit lineBottom, const ComputedStyle&);
- void paintSelection(GraphicsContext*, const LayoutPoint&, const ComputedStyle&, const Font&);
+ void paintSelection(GraphicsContext&, const LayoutPoint&, const ComputedStyle&, const Font&);
const EllipsisBox& m_ellipsisBox;
};

Powered by Google App Engine
This is Rietveld 408576698