| Index: third_party/WebKit/Source/core/svg/SVGGeometryElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGGeometryElement.h b/third_party/WebKit/Source/core/svg/SVGGeometryElement.h
|
| index 664b11b7cd8828e07b3f843fa177573f47b9ef9d..d1c4c6b2034b6d5444ab2e9b7a2515fa25a29f91 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGGeometryElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGGeometryElement.h
|
| @@ -41,8 +41,8 @@ class SVGGeometryElement : public SVGGraphicsElement {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| virtual Path asPath() const = 0;
|
| - bool isPointInFill(PassRefPtrWillBeRawPtr<SVGPointTearOff>) const;
|
| - bool isPointInStroke(PassRefPtrWillBeRawPtr<SVGPointTearOff>) const;
|
| + bool isPointInFill(RawPtr<SVGPointTearOff>) const;
|
| + bool isPointInStroke(RawPtr<SVGPointTearOff>) const;
|
|
|
| void toClipPath(Path&) const;
|
|
|
|
|