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

Unified Diff: Source/core/frame/TopControls.h

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/TopControls.h
diff --git a/Source/core/frame/TopControls.h b/Source/core/frame/TopControls.h
index dec537ed5e6469343f0262ce8870f51b23d1f124..e97da3cd4cca584e08ee24b7ce0497e9eae34099 100644
--- a/Source/core/frame/TopControls.h
+++ b/Source/core/frame/TopControls.h
@@ -26,7 +26,7 @@ public:
}
~TopControls();
- void trace(Visitor*);
+ DECLARE_TRACE();
// The amount that the viewport was shrunk by to accommodate the top
// controls.

Powered by Google App Engine
This is Rietveld 408576698