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

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

Issue 2038453002: Typed CSSOM: Rename Matrix to CSSMatrix and MatrixTransformComponent to CSSMatrixTransformComponent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/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 587eb030669690b3a4d617a241f210dd47c06bbb..ea5eaad83149c7a35828790bb9a5c4b1e08f0065 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSPerspective.h
+++ b/third_party/WebKit/Source/core/css/cssom/CSSPerspective.h
@@ -25,7 +25,7 @@ public:
TransformComponentType type() const override { return PerspectiveType; }
// TODO: Implement asMatrix for CSSPerspective.
- MatrixTransformComponent* asMatrix() const override { return nullptr; }
+ CSSMatrixTransformComponent* asMatrix() const override { return nullptr; }
CSSFunctionValue* toCSSValue() const override;

Powered by Google App Engine
This is Rietveld 408576698