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

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

Issue 2340533002: Don't paint ellipsis selection (Closed)
Patch Set: bug 642460 Created 4 years, 3 months 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 b9e74813e5a50a4ce89eb7a047c12272b3df6e7c..340f750bb13a9b8d8e82dbc4b0b60c1385f4a8da 100644
--- a/third_party/WebKit/Source/core/paint/EllipsisBoxPainter.h
+++ b/third_party/WebKit/Source/core/paint/EllipsisBoxPainter.h
@@ -28,7 +28,6 @@ public:
private:
void paintEllipsis(const PaintInfo&, const LayoutPoint& paintOffset, LayoutUnit lineTop, LayoutUnit lineBottom, const ComputedStyle&);
- void paintSelection(GraphicsContext&, const LayoutPoint&, const ComputedStyle&, const Font&);
const EllipsisBox& m_ellipsisBox;
};

Powered by Google App Engine
This is Rietveld 408576698