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

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

Issue 1163913002: Improve outline bounds estimation in InlinePainter (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix continuation outlines. Created 5 years, 6 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
« no previous file with comments | « no previous file | Source/core/paint/InlinePainter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/InlinePainter.h
diff --git a/Source/core/paint/InlinePainter.h b/Source/core/paint/InlinePainter.h
index 426fbfb281024e76354370cd453a1f6b330b287b..c61663e54bfeeee60be2f23fddf2c0ace4501494 100644
--- a/Source/core/paint/InlinePainter.h
+++ b/Source/core/paint/InlinePainter.h
@@ -6,6 +6,7 @@
#define InlinePainter_h
#include "core/style/ComputedStyleConstants.h"
+#include "wtf/Vector.h"
namespace blink {
@@ -24,6 +25,7 @@ public:
void paintOutline(const PaintInfo&, const LayoutPoint& paintOffset);
private:
+ LayoutRect outlinePaintRect(const Vector<LayoutRect>&, const LayoutPoint& paintOffset) const;
void paintOutlineForLine(GraphicsContext*, const LayoutPoint&, const LayoutRect& prevLine, const LayoutRect& thisLine,
const LayoutRect& nextLine, const Color);
LayoutInline& m_layoutInline;
« no previous file with comments | « no previous file | Source/core/paint/InlinePainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698