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

Unified Diff: third_party/WebKit/Source/core/svg/SVGAnimatedAngle.cpp

Issue 1686483002: Oilpan: Remove most WillBe types from the code base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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/svg/SVGAnimatedAngle.cpp
diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedAngle.cpp b/third_party/WebKit/Source/core/svg/SVGAnimatedAngle.cpp
index 6e4fe1d988ba0e739174e991655e6d77d4f94ae3..1a87d9cc48a4c5ad136e07d9e8a4dc4df1785c1b 100644
--- a/third_party/WebKit/Source/core/svg/SVGAnimatedAngle.cpp
+++ b/third_party/WebKit/Source/core/svg/SVGAnimatedAngle.cpp
@@ -64,7 +64,7 @@ void SVGAnimatedAngle::synchronizeAttribute()
contextElement()->setSynchronizedLazyAttribute(attributeName(), value);
}
-void SVGAnimatedAngle::setAnimatedValue(PassRefPtrWillBeRawPtr<SVGPropertyBase> value)
+void SVGAnimatedAngle::setAnimatedValue(RawPtr<SVGPropertyBase> value)
{
SVGAnimatedProperty<SVGAngle>::setAnimatedValue(value);
m_orientType->setAnimatedValue(currentValue()->orientType());

Powered by Google App Engine
This is Rietveld 408576698