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

Unified Diff: third_party/WebKit/Source/core/css/cssom/CSSTranslation.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/CSSTranslation.h
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSTranslation.h b/third_party/WebKit/Source/core/css/cssom/CSSTranslation.h
index a40b19192fc245693f17916c97b8e61aa5f024cc..df73be680799c42e9a1c593dd1808834a32654d0 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSTranslation.h
+++ b/third_party/WebKit/Source/core/css/cssom/CSSTranslation.h
@@ -29,7 +29,7 @@ public:
TransformComponentType type() const override { return is2D() ? TranslationType : Translation3DType; }
// TODO: Implement asMatrix for CSSTranslation.
- MatrixTransformComponent* asMatrix() const override { return nullptr; }
+ CSSMatrixTransformComponent* asMatrix() const override { return nullptr; }
CSSFunctionValue* toCSSValue() const override;
« no previous file with comments | « third_party/WebKit/Source/core/css/cssom/CSSSkew.h ('k') | third_party/WebKit/Source/core/css/cssom/Matrix.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698