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

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

Issue 1807333003: Push ScriptWrappable inheritance down from SVGAnimatedPropertyBase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove DEFINE_WRAPPERTYPEINFO_NOT_REACHED. Created 4 years, 9 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/SVGAnimatedEnumerationBase.h
diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedEnumerationBase.h b/third_party/WebKit/Source/core/svg/SVGAnimatedEnumerationBase.h
index 8e5b7be8b138e5886dd4e8bdde90999fc6065d7c..a384a87adf04060bb2660ef0aa45bb67b31971fc 100644
--- a/third_party/WebKit/Source/core/svg/SVGAnimatedEnumerationBase.h
+++ b/third_party/WebKit/Source/core/svg/SVGAnimatedEnumerationBase.h
@@ -31,12 +31,13 @@
#ifndef SVGAnimatedEnumerationBase_h
#define SVGAnimatedEnumerationBase_h
+#include "bindings/core/v8/ScriptWrappable.h"
#include "core/svg/SVGEnumeration.h"
#include "core/svg/properties/SVGAnimatedProperty.h"
namespace blink {
-class SVGAnimatedEnumerationBase : public SVGAnimatedProperty<SVGEnumerationBase> {
+class SVGAnimatedEnumerationBase : public SVGAnimatedProperty<SVGEnumerationBase>, public ScriptWrappable {
DEFINE_WRAPPERTYPEINFO();
public:
~SVGAnimatedEnumerationBase() override;
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGAnimatedBoolean.h ('k') | third_party/WebKit/Source/core/svg/SVGAnimatedInteger.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698