| Index: Source/core/inspector/InspectorTraceEvents.h
|
| diff --git a/Source/core/inspector/InspectorTraceEvents.h b/Source/core/inspector/InspectorTraceEvents.h
|
| index 1801a1281433ecae94f34e6e685283ce087a32b8..df012060ab04bf783a447b12d81d36db0b565645 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
|
|
|