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

Unified Diff: Source/core/inspector/InspectorTraceEvents.h

Issue 1113173003: Web Animations: Update naming to reflect spec changes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use new API in layout tests 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/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

Powered by Google App Engine
This is Rietveld 408576698