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

Unified Diff: Source/core/page/PageAnimator.h

Issue 955583002: InlinedVisitor: Migrate page to use inlined tracing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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/page/Page.cpp ('k') | Source/core/page/PageAnimator.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/PageAnimator.h
diff --git a/Source/core/page/PageAnimator.h b/Source/core/page/PageAnimator.h
index 93fb50538d506badcb41a5c327ade1dde8fd5e6e..50dedee8c174babd4c5c1851d4bc9977861646bb 100644
--- a/Source/core/page/PageAnimator.h
+++ b/Source/core/page/PageAnimator.h
@@ -15,7 +15,7 @@ class Page;
class PageAnimator final : public RefCountedWillBeGarbageCollected<PageAnimator> {
public:
static PassRefPtrWillBeRawPtr<PageAnimator> create(Page&);
- void trace(Visitor*);
+ DECLARE_TRACE();
void scheduleVisualUpdate(LocalFrame* = 0);
void serviceScriptedAnimations(double monotonicAnimationStartTime);
« no previous file with comments | « Source/core/page/Page.cpp ('k') | Source/core/page/PageAnimator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698