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

Unified Diff: Source/core/animation/EffectInput.h

Issue 1120003002: [Oilpan] Migrate most classes under core/animations to Oilpan heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Build fix Created 5 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: Source/core/animation/EffectInput.h
diff --git a/Source/core/animation/EffectInput.h b/Source/core/animation/EffectInput.h
index 634a4583416cc059fa6396e2d83c1c98eebaa3ae..dcbe57ef3791c685320d7ff4d6d5e6eb4f48bcfb 100644
--- a/Source/core/animation/EffectInput.h
+++ b/Source/core/animation/EffectInput.h
@@ -19,8 +19,8 @@ class ExceptionState;
class CORE_EXPORT EffectInput {
public:
- static PassRefPtrWillBeRawPtr<AnimationEffect> convert(Element*, const Vector<Dictionary>& keyframeDictionaryVector, ExceptionState&);
- static PassRefPtrWillBeRawPtr<AnimationEffect> convert(Element*, const AnimationEffectOrDictionarySequence&, ExceptionState&);
+ static AnimationEffect* convert(Element*, const Vector<Dictionary>& keyframeDictionaryVector, ExceptionState&);
+ static AnimationEffect* convert(Element*, const AnimationEffectOrDictionarySequence&, ExceptionState&);
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698