Index: third_party/WebKit/Source/core/css/properties/CSSPropertyTransformUtils.cpp |
diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPITransform.cpp b/third_party/WebKit/Source/core/css/properties/CSSPropertyTransformUtils.cpp |
similarity index 98% |
copy from third_party/WebKit/Source/core/css/properties/CSSPropertyAPITransform.cpp |
copy to third_party/WebKit/Source/core/css/properties/CSSPropertyTransformUtils.cpp |
index 57fc684f0836f7b6d62ad2925d4e55f6319224dc..e4191a0aac1d6d8e8089284cb6192316c6d9c102 100644 |
--- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPITransform.cpp |
+++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyTransformUtils.cpp |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "core/css/properties/CSSPropertyAPITransform.h" |
+#include "core/css/properties/CSSPropertyTransformUtils.h" |
#include "core/css/CSSFunctionValue.h" |
#include "core/css/CSSValueList.h" |
@@ -188,7 +188,7 @@ CSSValue* ConsumeTransformValue(CSSParserTokenRange& range, |
} // namespace |
-const CSSValue* CSSPropertyAPITransform::parseSingleValue( |
+CSSValue* CSSPropertyTransformUtils::ConsumeTransformList( |
CSSParserTokenRange& range, |
const CSSParserContext& context, |
const CSSParserLocalContext& local_context) { |