| Index: Source/core/inspector/InspectorTraceEvents.h
|
| diff --git a/Source/core/inspector/InspectorTraceEvents.h b/Source/core/inspector/InspectorTraceEvents.h
|
| index 30b23bc6da7f38350cddfe2f0dd22bb54713d89f..6bf4a7b2f9373643c19365627d74e96ce17e6a30 100644
|
| --- a/Source/core/inspector/InspectorTraceEvents.h
|
| +++ b/Source/core/inspector/InspectorTraceEvents.h
|
| @@ -13,7 +13,7 @@
|
| #include "wtf/Functional.h"
|
|
|
| namespace blink {
|
| -class AnimationPlayer;
|
| +class Animation;
|
| class CSSStyleSheetResource;
|
| class DescendantInvalidationSet;
|
| class Document;
|
| @@ -342,12 +342,12 @@ public:
|
|
|
| class InspectorAnimationEvent {
|
| public:
|
| - static PassRefPtr<TraceEvent::ConvertableToTraceFormat> data(const AnimationPlayer&);
|
| + static PassRefPtr<TraceEvent::ConvertableToTraceFormat> data(const Animation&);
|
| };
|
|
|
| class InspectorAnimationStateEvent {
|
| public:
|
| - static PassRefPtr<TraceEvent::ConvertableToTraceFormat> data(const AnimationPlayer&);
|
| + static PassRefPtr<TraceEvent::ConvertableToTraceFormat> data(const Animation&);
|
| };
|
|
|
| } // namespace blink
|
|
|