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

Unified Diff: Source/core/page/PagePopupController.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/PageAnimator.cpp ('k') | Source/core/page/PointerLockController.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/PagePopupController.h
diff --git a/Source/core/page/PagePopupController.h b/Source/core/page/PagePopupController.h
index 96882708314c62c531f00ce783bf01dd3292fd49..f04567d1448b75d51bad4d96272168f12f80cdd7 100644
--- a/Source/core/page/PagePopupController.h
+++ b/Source/core/page/PagePopupController.h
@@ -54,7 +54,7 @@ public:
void clearPagePopupClient();
void histogramEnumeration(const String& name, int sample, int boundaryValue);
- void trace(Visitor*) { }
+ DEFINE_INLINE_TRACE() { }
private:
explicit PagePopupController(PagePopupClient*);
« no previous file with comments | « Source/core/page/PageAnimator.cpp ('k') | Source/core/page/PointerLockController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698