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

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

Issue 1858753003: Remove RawPtr from core/css (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/MatrixTransformComponent.h
diff --git a/third_party/WebKit/Source/core/css/cssom/MatrixTransformComponent.h b/third_party/WebKit/Source/core/css/cssom/MatrixTransformComponent.h
index 92fd448f4b19e129ec17f73f5648b8ca58ea9eb2..6062194492740960e2977f2f67e6e3584a5b312f 100644
--- a/third_party/WebKit/Source/core/css/cssom/MatrixTransformComponent.h
+++ b/third_party/WebKit/Source/core/css/cssom/MatrixTransformComponent.h
@@ -58,7 +58,7 @@ public:
// Bindings require a non const return value.
MatrixTransformComponent* asMatrix() const override { return const_cast<MatrixTransformComponent*>(this); }
- RawPtr<CSSFunctionValue> toCSSValue() const override;
+ CSSFunctionValue* toCSSValue() const override;
static MatrixTransformComponent* perspective(double length);

Powered by Google App Engine
This is Rietveld 408576698