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

Unified Diff: third_party/WebKit/Source/core/css/properties/CSSPropertyTransformUtils.cpp

Issue 2951763002: CSS Properties & Values API: replace transform-function with transform-list. (Closed)
Patch Set: move Created 3 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 | « third_party/WebKit/Source/core/css/properties/CSSPropertyTransformUtils.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « third_party/WebKit/Source/core/css/properties/CSSPropertyTransformUtils.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698