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

Unified Diff: Source/core/frame/Screen.cpp

Issue 952813002: InlinedVisitor: Migrate frame 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
Index: Source/core/frame/Screen.cpp
diff --git a/Source/core/frame/Screen.cpp b/Source/core/frame/Screen.cpp
index 971772ed4c81d3ce4eb7a6fc0afbe3a913d64273..7c6f12c794f720ae7ceacda273194d910b3f9259 100644
--- a/Source/core/frame/Screen.cpp
+++ b/Source/core/frame/Screen.cpp
@@ -118,7 +118,7 @@ unsigned Screen::availWidth() const
return static_cast<unsigned>(screenAvailableRect(m_frame->view()).width());
}
-void Screen::trace(Visitor* visitor)
+DEFINE_TRACE(Screen)
{
#if ENABLE(OILPAN)
HeapSupplementable<Screen>::trace(visitor);

Powered by Google App Engine
This is Rietveld 408576698