Index: Source/core/paint/InlinePainter.h |
diff --git a/Source/core/paint/InlinePainter.h b/Source/core/paint/InlinePainter.h |
index 426fbfb281024e76354370cd453a1f6b330b287b..0a46b4d6425879c92d889a9b3d8e8df2cdedbdae 100644 |
--- a/Source/core/paint/InlinePainter.h |
+++ b/Source/core/paint/InlinePainter.h |
@@ -24,6 +24,7 @@ public: |
void paintOutline(const PaintInfo&, const LayoutPoint& paintOffset); |
private: |
+ LayoutRect outlinePaintRect(const LayoutPoint& paintOffset) const; |
void paintOutlineForLine(GraphicsContext*, const LayoutPoint&, const LayoutRect& prevLine, const LayoutRect& thisLine, |
const LayoutRect& nextLine, const Color); |
LayoutInline& m_layoutInline; |