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

Unified Diff: third_party/WebKit/Source/core/css/cssom/CSSScale.cpp

Issue 2010383002: Typed CSSOM: Rename Scale and ScaleTransformComponent to CSSScale (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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
Index: third_party/WebKit/Source/core/css/cssom/CSSScale.cpp
diff --git a/third_party/WebKit/Source/core/css/cssom/ScaleTransformComponent.cpp b/third_party/WebKit/Source/core/css/cssom/CSSScale.cpp
similarity index 85%
rename from third_party/WebKit/Source/core/css/cssom/ScaleTransformComponent.cpp
rename to third_party/WebKit/Source/core/css/cssom/CSSScale.cpp
index 019a398f0d3498ef1bc0e22a7a5fac43199294d2..455a155577db4d27bc59aa0e168555dbcb1743eb 100644
--- a/third_party/WebKit/Source/core/css/cssom/ScaleTransformComponent.cpp
+++ b/third_party/WebKit/Source/core/css/cssom/CSSScale.cpp
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "core/css/cssom/ScaleTransformComponent.h"
+#include "core/css/cssom/CSSScale.h"
#include "core/css/CSSPrimitiveValue.h"
#include "core/css/CSSValuePool.h"
namespace blink {
-CSSFunctionValue* ScaleTransformComponent::toCSSValue() const
+CSSFunctionValue* CSSScale::toCSSValue() const
{
CSSFunctionValue* result = CSSFunctionValue::create(m_is2D ? CSSValueScale : CSSValueScale3d);
« no previous file with comments | « third_party/WebKit/Source/core/css/cssom/CSSScale.h ('k') | third_party/WebKit/Source/core/css/cssom/CSSScale.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698