Chromium Code Reviews

Unified Diff: Source/core/animation/LengthPairStyleInterpolation.h

Issue 797493004: Oilpan: fix build after r187337. (Closed) 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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | Source/core/animation/LengthPairStyleInterpolation.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/LengthPairStyleInterpolation.h
diff --git a/Source/core/animation/LengthPairStyleInterpolation.h b/Source/core/animation/LengthPairStyleInterpolation.h
index 81f17222dd1b38784bfd91ef554d2856845644e2..18e2a280832df47f1dc6dea9bbd1ac8c7cc2dd04 100644
--- a/Source/core/animation/LengthPairStyleInterpolation.h
+++ b/Source/core/animation/LengthPairStyleInterpolation.h
@@ -20,7 +20,6 @@ public:
static bool canCreateFrom(const CSSValue&);
virtual void apply(StyleResolverState&) const override;
- virtual void trace(Visitor*) override;
private:
LengthPairStyleInterpolation(PassOwnPtrWillBeRawPtr<InterpolableValue> start, PassOwnPtrWillBeRawPtr<InterpolableValue> end, CSSPropertyID id, ValueRange range)
« no previous file with comments | « no previous file | Source/core/animation/LengthPairStyleInterpolation.cpp » ('j') | no next file with comments »

Powered by Google App Engine