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

Unified Diff: Source/core/svg/SVGLength.h

Issue 803443002: Introduce InlinedGlobalMarkingVisitor Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years 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
« no previous file with comments | « Source/core/svg/SVGIntegerOptionalInteger.cpp ('k') | Source/core/svg/SVGLength.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGLength.h
diff --git a/Source/core/svg/SVGLength.h b/Source/core/svg/SVGLength.h
index b7986d34dc16c64c27c43008ced8a2c3ad994e5d..767f9bb47a70e3d2c356777f303ced82034967b1 100644
--- a/Source/core/svg/SVGLength.h
+++ b/Source/core/svg/SVGLength.h
@@ -40,7 +40,7 @@ enum SVGLengthNegativeValuesMode {
class SVGLengthTearOff;
-class SVGLength final : public SVGPropertyBase {
+class GC_PLUGIN_IGNORE("") SVGLength final : public SVGPropertyBase {
public:
typedef SVGLengthTearOff TearOffType;
@@ -102,6 +102,8 @@ public:
static AnimatedPropertyType classType() { return AnimatedLength; }
+ // DECLARE_TRACE(virtual,override);
+
private:
SVGLength(SVGLengthMode);
SVGLength(const SVGLength&);
« no previous file with comments | « Source/core/svg/SVGIntegerOptionalInteger.cpp ('k') | Source/core/svg/SVGLength.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698