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

Unified Diff: Source/core/animation/animatable/AnimatableLength.h

Issue 986633002: Oilpan: fix build after r191432 (5bc98fff). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
« no previous file with comments | « no previous file | Source/core/css/resolver/FilterOperationResolver.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/animatable/AnimatableLength.h
diff --git a/Source/core/animation/animatable/AnimatableLength.h b/Source/core/animation/animatable/AnimatableLength.h
index 7a9c3f10ef4ff48b6666f7c68699362c049b1e56..4c31ca6d5f50ea1955ac84eddef0bb3a94dbc7b7 100644
--- a/Source/core/animation/animatable/AnimatableLength.h
+++ b/Source/core/animation/animatable/AnimatableLength.h
@@ -44,6 +44,8 @@ public:
}
Length length(float zoom, ValueRange) const;
+ DEFINE_INLINE_VIRTUAL_TRACE() { AnimatableValue::trace(visitor); }
+
protected:
virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const override;
@@ -64,8 +66,6 @@ private:
virtual AnimatableType type() const override { return TypeLength; }
virtual bool equalTo(const AnimatableValue*) const override;
- DEFINE_INLINE_VIRTUAL_TRACE() { AnimatableValue::trace(visitor); }
-
double m_pixels;
double m_percent;
bool m_hasPixels;
« no previous file with comments | « no previous file | Source/core/css/resolver/FilterOperationResolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698