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

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

Issue 2379863003: Implement AnimationEffectTimingReadOnly interface (Closed)
Patch Set: Response to review, update formatting of new files Created 4 years, 2 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/KeyframeEffect.h
diff --git a/third_party/WebKit/Source/core/animation/KeyframeEffect.h b/third_party/WebKit/Source/core/animation/KeyframeEffect.h
index cfe1229062b0614a41deeb8d0137adf161acde1c..7deead1a2fe5468929b83e43b2b5ebbdd4b01ba4 100644
--- a/third_party/WebKit/Source/core/animation/KeyframeEffect.h
+++ b/third_party/WebKit/Source/core/animation/KeyframeEffect.h
@@ -32,6 +32,7 @@
#define KeyframeEffect_h
#include "core/CoreExport.h"
+#include "core/animation/AnimationEffectTiming.h"
#include "core/animation/EffectInput.h"
#include "core/animation/EffectModel.h"
#include "core/animation/KeyframeEffectReadOnly.h"
@@ -41,10 +42,10 @@
namespace blink {
-class KeyframeEffectOptions;
class Dictionary;
class Element;
class ExceptionState;
+class KeyframeEffectOptions;
class PropertyHandle;
class SampledEffect;
@@ -113,6 +114,8 @@ class CORE_EXPORT KeyframeEffect final : public KeyframeEffectReadOnly {
m_compositorAnimationIds = compositorAnimationIds;
}
+ AnimationEffectTiming* timing() override;
+
DECLARE_VIRTUAL_TRACE();
void downgradeToNormal() { m_priority = DefaultPriority; }
« no previous file with comments | « third_party/WebKit/Source/core/animation/BUILD.gn ('k') | third_party/WebKit/Source/core/animation/KeyframeEffect.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698