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

Unified Diff: Source/core/layout/LayoutScrollbar.cpp

Issue 953763002: InlinedVisitor: Migrate LayoutScrollbar 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/layout/LayoutScrollbar.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutScrollbar.cpp
diff --git a/Source/core/layout/LayoutScrollbar.cpp b/Source/core/layout/LayoutScrollbar.cpp
index 2bc1c30cf4a5300de70ceb03d805be668569ef5f..e78f71283b4d0e2363a98f1f3f8974e1b7116875 100644
--- a/Source/core/layout/LayoutScrollbar.cpp
+++ b/Source/core/layout/LayoutScrollbar.cpp
@@ -80,7 +80,7 @@ LayoutScrollbar::~LayoutScrollbar()
updateScrollbarParts(true);
}
-void LayoutScrollbar::trace(Visitor* visitor)
+DEFINE_TRACE(LayoutScrollbar)
{
#if ENABLE(OILPAN)
visitor->trace(m_owner);
« no previous file with comments | « Source/core/layout/LayoutScrollbar.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698