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

Unified Diff: Source/core/animation/TransformStyleInterpolation.cpp

Issue 909763002: Reland: Oilpan: Fix compile failure from r189762 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use Vector<CSSTransformValue::TransformOperationType> Created 5 years, 10 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
Index: Source/core/animation/TransformStyleInterpolation.cpp
diff --git a/Source/core/animation/TransformStyleInterpolation.cpp b/Source/core/animation/TransformStyleInterpolation.cpp
index 97f1f7a208b955f90fcc95f00713fa1d2000f9b9..60e954f7ba11c9aed8d651f196564204ea422aa1 100644
--- a/Source/core/animation/TransformStyleInterpolation.cpp
+++ b/Source/core/animation/TransformStyleInterpolation.cpp
@@ -109,7 +109,7 @@ PassOwnPtrWillBeRawPtr<InterpolableValue> TransformStyleInterpolation::transform
}
-PassRefPtrWillBeRawPtr<CSSValue> TransformStyleInterpolation::interpolableValueToTransform(InterpolableValue* value, WillBeHeapVector<CSSTransformValue::TransformOperationType> types)
+PassRefPtrWillBeRawPtr<CSSValue> TransformStyleInterpolation::interpolableValueToTransform(InterpolableValue* value, Vector<CSSTransformValue::TransformOperationType> types)
{
InterpolableList* list = toInterpolableList(value);
if (list->length() == 0)
« no previous file with comments | « Source/core/animation/TransformStyleInterpolation.h ('k') | Source/core/animation/TransformStyleInterpolationTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698