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

Unified Diff: Source/core/animation/interpolation/DeferredLegacyStyleInterpolation.h

Issue 303673005: Oilpan build fix for r174893 and r174900. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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/interpolation/DeferredLegacyStyleInterpolation.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/interpolation/DeferredLegacyStyleInterpolation.h
diff --git a/Source/core/animation/interpolation/DeferredLegacyStyleInterpolation.h b/Source/core/animation/interpolation/DeferredLegacyStyleInterpolation.h
index af68343641bed90d1927d37f2c129ae69f2a7ecb..f1737bae26955b4c5597caf8295a00a1687c7c6e 100644
--- a/Source/core/animation/interpolation/DeferredLegacyStyleInterpolation.h
+++ b/Source/core/animation/interpolation/DeferredLegacyStyleInterpolation.h
@@ -44,8 +44,8 @@ private:
{
}
- RefPtrWillBeRawPtr<CSSValue> m_startCSSValue;
- RefPtrWillBeRawPtr<CSSValue> m_endCSSValue;
+ RefPtrWillBeMember<CSSValue> m_startCSSValue;
+ RefPtrWillBeMember<CSSValue> m_endCSSValue;
};
}
« no previous file with comments | « no previous file | Source/core/animation/interpolation/DeferredLegacyStyleInterpolation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698