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

Unified Diff: third_party/WebKit/Source/core/css/cssom/CSSPerspective.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/CSSPerspective.h
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSPerspective.h b/third_party/WebKit/Source/core/css/cssom/CSSPerspective.h
index 3061c4c3341ea440e4438abe995b54417ae295df..7803cf3171bb89c0782ce4327a5640b6b0c6f90f 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSPerspective.h
+++ b/third_party/WebKit/Source/core/css/cssom/CSSPerspective.h
@@ -29,7 +29,7 @@ class CORE_EXPORT CSSPerspective : public CSSTransformComponent {
TransformComponentType type() const override { return PerspectiveType; }
// TODO: Implement asMatrix for CSSPerspective.
- CSSMatrixTransformComponent* asMatrix() const override { return nullptr; }
+ CSSMatrixComponent* asMatrix() const override { return nullptr; }
CSSFunctionValue* toCSSValue() const override;

Powered by Google App Engine
This is Rietveld 408576698