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

Unified Diff: third_party/WebKit/Source/core/css/cssom/CSSTransformComponent.h

Issue 2711473005: Rename CSSMatrixTransformComponent -> CSSMatrixComponent (Closed)
Patch Set: Rename cssMatrixTransformComponent.html => cssMatrixComponent.html Created 3 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: third_party/WebKit/Source/core/css/cssom/CSSTransformComponent.h
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSTransformComponent.h b/third_party/WebKit/Source/core/css/cssom/CSSTransformComponent.h
index 22ee7d643b830c6e2f5cc90449617dfdce2cb858..0ba574718ba4a06d2c45571dc5215a07c878f70d 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSTransformComponent.h
+++ b/third_party/WebKit/Source/core/css/cssom/CSSTransformComponent.h
@@ -12,7 +12,7 @@
namespace blink {
-class CSSMatrixTransformComponent;
+class CSSMatrixComponent;
class CORE_EXPORT CSSTransformComponent
: public GarbageCollectedFinalized<CSSTransformComponent>,
@@ -51,7 +51,7 @@ class CORE_EXPORT CSSTransformComponent
String cssText() const { return toCSSValue()->cssText(); }
virtual CSSFunctionValue* toCSSValue() const = 0;
- virtual CSSMatrixTransformComponent* asMatrix() const = 0;
+ virtual CSSMatrixComponent* asMatrix() const = 0;
DEFINE_INLINE_VIRTUAL_TRACE() {}
« no previous file with comments | « third_party/WebKit/Source/core/css/cssom/CSSSkew.h ('k') | third_party/WebKit/Source/core/css/cssom/CSSTransformComponent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698