| Index: third_party/WebKit/Source/platform/graphics/Path.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/Path.h b/third_party/WebKit/Source/platform/graphics/Path.h
|
| index 5b8becd73f01469f9c403f72ad4404b66b9ca8fc..f2a4f7244474953a94d8878a4b08543369e31f05 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Path.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/Path.h
|
| @@ -37,8 +37,6 @@
|
| #include "wtf/Allocator.h"
|
| #include "wtf/Forward.h"
|
|
|
| -class SkPath;
|
| -
|
| namespace blink {
|
|
|
| class AffineTransform;
|
| @@ -76,7 +74,8 @@ public:
|
| Path& operator=(const SkPath&);
|
| bool operator==(const Path&) const;
|
|
|
| - bool contains(const FloatPoint&, WindRule = RULE_NONZERO) const;
|
| + bool contains(const FloatPoint&) const;
|
| + bool contains(const FloatPoint&, WindRule) const;
|
| bool strokeContains(const FloatPoint&, const StrokeData&) const;
|
| FloatRect boundingRect() const;
|
| FloatRect strokeBoundingRect(const StrokeData&) const;
|
|
|