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

Unified Diff: third_party/WebKit/Source/core/svg/SVGFilterPrimitiveStandardAttributes.h

Issue 2313583002: Revert of Revamp filter primitive region calculations for Filter Effects (Closed)
Patch Set: Created 4 years, 3 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
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.

Powered by Google App Engine
This is Rietveld 408576698