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

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

Issue 746223002: Add a DrawingRecorder for ellipsis boxes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « no previous file | Source/core/paint/EllipsisBoxPainter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/EllipsisBoxPainter.h
diff --git a/Source/core/paint/EllipsisBoxPainter.h b/Source/core/paint/EllipsisBoxPainter.h
index 1b8c0f93cead5e69c7b3ef71823467ae68002eb3..268a1812407d72f4550d58736f4ba850a9214d40 100644
--- a/Source/core/paint/EllipsisBoxPainter.h
+++ b/Source/core/paint/EllipsisBoxPainter.h
@@ -24,6 +24,7 @@ public:
void paint(const PaintInfo&, const LayoutPoint&, LayoutUnit lineTop, LayoutUnit lineBottom);
private:
+ void paintEllipsis(const PaintInfo&, const LayoutPoint& paintOffset, LayoutUnit lineTop, LayoutUnit lineBottom, RenderStyle*);
void paintMarkupBox(const PaintInfo&, const LayoutPoint& paintOffset, LayoutUnit lineTop, LayoutUnit lineBottom, RenderStyle*);
void paintSelection(GraphicsContext*, const FloatPoint&, RenderStyle*, const Font&);
« no previous file with comments | « no previous file | Source/core/paint/EllipsisBoxPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698