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

Unified Diff: Source/platform/graphics/Path.h

Issue 1144353005: [SVG] Lower stroke hit testing resolution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: +2 mac expectations Created 5 years, 7 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 | « LayoutTests/TestExpectations ('k') | Source/platform/graphics/Path.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/Path.h
diff --git a/Source/platform/graphics/Path.h b/Source/platform/graphics/Path.h
index 21cd8c2895a919b0111b1523ca1200d36e1245d6..63e8f972c2c2a28b233887b9b2f7c75da2b7552b 100644
--- a/Source/platform/graphics/Path.h
+++ b/Source/platform/graphics/Path.h
@@ -154,6 +154,7 @@ public:
private:
void addEllipse(const FloatPoint&, float radiusX, float radiusY, float startAngle, float endAngle, bool anticlockwise);
+ SkPath strokePath(const StrokeData&) const;
SkPath m_path;
};
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/platform/graphics/Path.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698