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

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, 9 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 004e96b86bbe8d40268c8997c34ec24b70bb5970..322c3d3d5b29356c45416e9c4bdb06be16251e28 100644
--- a/third_party/WebKit/Source/core/svg/SVGAnimatedAngle.cpp
+++ b/third_party/WebKit/Source/core/svg/SVGAnimatedAngle.cpp
@@ -67,7 +67,7 @@ void SVGAnimatedAngle::synchronizeAttribute()
SVGAnimatedProperty<SVGAngle>::synchronizeAttribute();
}
-void SVGAnimatedAngle::setAnimatedValue(PassRefPtrWillBeRawPtr<SVGPropertyBase> value)
+void SVGAnimatedAngle::setAnimatedValue(RawPtr<SVGPropertyBase> value)
{
SVGAnimatedProperty<SVGAngle>::setAnimatedValue(value);
m_orientType->setAnimatedValue(currentValue()->orientType());
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGAnimatedAngle.h ('k') | third_party/WebKit/Source/core/svg/SVGAnimatedAngle.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698