| Index: third_party/WebKit/Source/core/svg/SVGFilterPrimitiveStandardAttributes.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGFilterPrimitiveStandardAttributes.h b/third_party/WebKit/Source/core/svg/SVGFilterPrimitiveStandardAttributes.h
|
| index 3f63cc984bd069260ded5881fe257c07fb953b34..12f64fba52f29a562e1e998db485510b647e7e7f 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGFilterPrimitiveStandardAttributes.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGFilterPrimitiveStandardAttributes.h
|
| @@ -24,8 +24,9 @@
|
| #include "core/svg/SVGAnimatedLength.h"
|
| #include "core/svg/SVGAnimatedString.h"
|
| #include "core/svg/SVGElement.h"
|
| -#include "core/svg/SVGUnitTypes.h"
|
| #include "platform/heap/Handle.h"
|
| +#include "wtf/PassRefPtr.h"
|
| +#include "wtf/RefPtr.h"
|
|
|
| namespace blink {
|
|
|
| @@ -38,8 +39,7 @@
|
| // instantiated, and b) we don't generate corresponding V8T.h or V8T.cpp.
|
| // The subclasses must write DEFINE_WRAPPERTYPEINFO().
|
| public:
|
| - void setStandardAttributes(
|
| - FilterEffect*, SVGUnitTypes::SVGUnitType, const FloatRect& referenceBox) const;
|
| + void setStandardAttributes(FilterEffect*) const;
|
|
|
| virtual FilterEffect* build(SVGFilterBuilder*, Filter*) = 0;
|
| // Returns true, if the new value is different from the old one.
|
|
|