Index: third_party/WebKit/Source/core/svg/SVGFilterElement.h |
diff --git a/third_party/WebKit/Source/core/svg/SVGFilterElement.h b/third_party/WebKit/Source/core/svg/SVGFilterElement.h |
index 9a2cbc4daa2f531a2c5f18937ce74941dddb0d7b..e2801e9669a5a92102ef361e9eec82814fdccf79 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGFilterElement.h |
+++ b/third_party/WebKit/Source/core/svg/SVGFilterElement.h |
@@ -45,6 +45,12 @@ class CORE_EXPORT SVGFilterElement final : public SVGElement, |
DECLARE_NODE_FACTORY(SVGFilterElement); |
DECLARE_VIRTUAL_TRACE(); |
+ enum { |
+ kSvgUnitTypeUnknown = SVGUnitTypes::kSvgUnitTypeUnknown, |
+ kSvgUnitTypeUserspaceonuse = SVGUnitTypes::kSvgUnitTypeUserspaceonuse, |
+ kSvgUnitTypeObjectboundingbox = SVGUnitTypes::kSvgUnitTypeObjectboundingbox |
+ }; |
+ |
~SVGFilterElement() override; |
void addClient(SVGResourceClient*); |