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

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

Issue 1176843002: Removing unused functions from Path -intersectPath() -normalAngleAtLength() -windRule() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/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..8ff2eaa35a15f8348060288ebd31966e61099ff1 100644
--- a/Source/platform/graphics/Path.h
+++ b/Source/platform/graphics/Path.h
@@ -82,7 +82,6 @@ public:
float length() const;
FloatPoint pointAtLength(float length, bool& ok) const;
- float normalAngleAtLength(float length, bool& ok) const;
bool pointAndNormalAtLength(float length, FloatPoint&, float&) const;
// Helper for computing a sequence of positions and normals (normal angles) on a path.
@@ -115,7 +114,6 @@ public:
bool hasCurrentPoint() const;
FloatPoint currentPoint() const;
- WindRule windRule() const;
void setWindRule(const WindRule);
void moveTo(const FloatPoint&);
@@ -147,7 +145,6 @@ public:
void addBeziersForRoundedRect(const FloatRect&, const FloatSize& topLeftRadius, const FloatSize& topRightRadius, const FloatSize& bottomLeftRadius, const FloatSize& bottomRightRadius);
bool subtractPath(const Path&);
- bool intersectPath(const Path&);
// Updates the path to the union (inclusive-or) of itself with the given argument.
bool unionPath(const Path& other);
« no previous file with comments | « no previous file | Source/platform/graphics/Path.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698