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

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

Issue 2944423003: Implement new AnimationTimeline superclass (Closed)
Patch Set: Rebase Created 3 years, 6 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/DocumentTimeline.h
diff --git a/third_party/WebKit/Source/core/animation/DocumentTimeline.h b/third_party/WebKit/Source/core/animation/DocumentTimeline.h
index f9317caab8a94f6d54320df26791d76b2efc4239..a408df7e222fb197b9f875004c2c761a17856bb1 100644
--- a/third_party/WebKit/Source/core/animation/DocumentTimeline.h
+++ b/third_party/WebKit/Source/core/animation/DocumentTimeline.h
@@ -40,8 +40,6 @@ namespace blink {
class Document;
class CORE_EXPORT DocumentTimeline final : public AnimationTimeline {
- DEFINE_WRAPPERTYPEINFO();
-
public:
static DocumentTimeline* Create(Document* document) {
return new DocumentTimeline(document);

Powered by Google App Engine
This is Rietveld 408576698