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

Unified Diff: third_party/WebKit/Source/core/animation/FilterStyleInterpolation.h

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/animation/FilterStyleInterpolation.h
diff --git a/third_party/WebKit/Source/core/animation/FilterStyleInterpolation.h b/third_party/WebKit/Source/core/animation/FilterStyleInterpolation.h
index 23b6a6e1cb608ce3fc2965ea26e85ddf652cefda..bafbec92a8dd1903720bdb50b971061aa35dfb53 100644
--- a/third_party/WebKit/Source/core/animation/FilterStyleInterpolation.h
+++ b/third_party/WebKit/Source/core/animation/FilterStyleInterpolation.h
@@ -21,7 +21,7 @@ public:
// The following are called by ListStyleInterpolation.
static bool canCreateFrom(const CSSValue& start, const CSSValue& end);
static PassOwnPtr<InterpolableValue> toInterpolableValue(const CSSValue&, CSSValueID&);
- static PassRefPtrWillBeRawPtr<CSSFunctionValue> fromInterpolableValue(const InterpolableValue&, CSSValueID, InterpolationRange = RangeAll);
+ static RawPtr<CSSFunctionValue> fromInterpolableValue(const InterpolableValue&, CSSValueID, InterpolationRange = RangeAll);
private:
FilterStyleInterpolation(PassOwnPtr<InterpolableValue> start, PassOwnPtr<InterpolableValue> end, CSSPropertyID id)

Powered by Google App Engine
This is Rietveld 408576698