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

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: No, really. Created 5 years, 7 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
« no previous file with comments | « Source/core/inspector/InspectorInstrumentation.idl ('k') | Source/core/inspector/InspectorTraceEvents.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/core/inspector/InspectorInstrumentation.idl ('k') | Source/core/inspector/InspectorTraceEvents.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698