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

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

Issue 1689573002: CSS Typed OM: asMatrix for TransformComponent with LengthValue types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@asMatrixMethod
Patch Set: Created 4 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/PerspectiveTransformComponent.h
diff --git a/third_party/WebKit/Source/core/css/cssom/PerspectiveTransformComponent.h b/third_party/WebKit/Source/core/css/cssom/PerspectiveTransformComponent.h
index c658041527e65bf7e19029e329cd3c02c59c37d0..2269a11db5da9cc67fbd4d3f910bdac5359d4525 100644
--- a/third_party/WebKit/Source/core/css/cssom/PerspectiveTransformComponent.h
+++ b/third_party/WebKit/Source/core/css/cssom/PerspectiveTransformComponent.h
@@ -24,8 +24,7 @@ public:
TransformComponentType type() const override { return PerspectiveType; }
- // TODO: Implement asMatrix for PerspectiveTransformComponent.
- MatrixTransformComponent* asMatrix() const override { return nullptr; }
+ MatrixTransformComponent* asMatrix(ExceptionState&) const override;
PassRefPtrWillBeRawPtr<CSSFunctionValue> toCSSValue() const override;

Powered by Google App Engine
This is Rietveld 408576698