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

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

Issue 1217683004: Oilpan: fix build after r197963. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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/animation/PrimitiveInterpolation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/InvalidatableStyleInterpolation.h
diff --git a/Source/core/animation/InvalidatableStyleInterpolation.h b/Source/core/animation/InvalidatableStyleInterpolation.h
index c0a24c96031d94957b214efede552f3383a0e85e..1a75ff2d4b59c9b0ea9747cc0352e94e2d01bcba 100644
--- a/Source/core/animation/InvalidatableStyleInterpolation.h
+++ b/Source/core/animation/InvalidatableStyleInterpolation.h
@@ -55,7 +55,7 @@ private:
double m_currentFraction;
mutable OwnPtrWillBeMember<PrimitiveInterpolation> m_cachedConversion;
mutable AnimationType::ConversionCheckers m_conversionCheckers;
- mutable OwnPtrWillBeRawPtr<AnimationValue> m_cachedValue;
+ mutable OwnPtrWillBeMember<AnimationValue> m_cachedValue;
};
DEFINE_TYPE_CASTS(InvalidatableStyleInterpolation, Interpolation, value, value->isInvalidatableStyleInterpolation(), value.isInvalidatableStyleInterpolation());
« no previous file with comments | « no previous file | Source/core/animation/PrimitiveInterpolation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698