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

Unified Diff: Source/core/frame/FrameView.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/FrameView.h
diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
index 3dd31e4fd5a5ca281417086f2fcd56cb6a280077..ffb33701f9a130a664f8510bf075d875f0c5a9b4 100644
--- a/Source/core/frame/FrameView.h
+++ b/Source/core/frame/FrameView.h
@@ -549,7 +549,7 @@ public:
virtual bool isFrameView() const override { return true; }
- virtual void trace(Visitor*) override;
+ DECLARE_VIRTUAL_TRACE();
void notifyPageThatContentAreaWillPaint() const;
FrameView* parentFrameView() const;

Powered by Google App Engine
This is Rietveld 408576698