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

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

Issue 1153413007: Resolve style in element.animate() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Make unittests work again Created 5 years, 6 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 186a633c174352c6696da077eed3ebe9a4de8150..87c8523bbb9138b0f09d64ded68a171747f71894 100644
--- a/Source/core/animation/EffectInput.h
+++ b/Source/core/animation/EffectInput.h
@@ -19,7 +19,7 @@ class ExceptionState;
class CORE_EXPORT EffectInput {
public:
- static PassRefPtrWillBeRawPtr<EffectModel> convert(Element*, const Vector<Dictionary>& keyframeDictionaryVector, ExceptionState&);
+ static PassRefPtrWillBeRawPtr<EffectModel> convert(Element*, const Vector<Dictionary>& keyframeDictionaryVector, ExceptionState&, bool unsafe = false);
static PassRefPtrWillBeRawPtr<EffectModel> convert(Element*, const EffectModelOrDictionarySequence&, ExceptionState&);
};

Powered by Google App Engine
This is Rietveld 408576698