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

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

Issue 1224933002: Combine outline and focus ring code paths (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix empty focus ring on Mac Created 5 years, 4 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 | « Source/core/paint/InlineFlowBoxPainter.cpp ('k') | 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 3cdf86c048bc33871ac134cff1bd321f77bcd01e..90653858bda9ad2a2e0efeb768f6070c325bcc1a 100644
--- a/Source/core/paint/InlinePainter.h
+++ b/Source/core/paint/InlinePainter.h
@@ -24,12 +24,8 @@ public:
InlinePainter(LayoutInline& layoutInline) : m_layoutInline(layoutInline) { }
void paint(const PaintInfo&, const LayoutPoint& paintOffset);
- 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 | « Source/core/paint/InlineFlowBoxPainter.cpp ('k') | Source/core/paint/InlinePainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698