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

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

Issue 2303703002: Revamp filter primitive region calculations for Filter Effects (Closed)
Patch Set: Baselines again; Manual for mac10.11-retina 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 12f64fba52f29a562e1e998db485510b647e7e7f..3f63cc984bd069260ded5881fe257c07fb953b34 100644
--- a/third_party/WebKit/Source/core/svg/SVGFilterPrimitiveStandardAttributes.h
+++ b/third_party/WebKit/Source/core/svg/SVGFilterPrimitiveStandardAttributes.h
@@ -24,9 +24,8 @@
#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 {
@@ -39,7 +38,8 @@ class SVGFilterPrimitiveStandardAttributes : public SVGElement {
// instantiated, and b) we don't generate corresponding V8T.h or V8T.cpp.
// The subclasses must write DEFINE_WRAPPERTYPEINFO().
public:
- void setStandardAttributes(FilterEffect*) const;
+ void setStandardAttributes(
+ FilterEffect*, SVGUnitTypes::SVGUnitType, const FloatRect& referenceBox) 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