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

Unified Diff: Source/web/WebLocalFrameImpl.h

Issue 594483002: Oilpan: extend tracing over WebFrame trees. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Weakly handle m_opener + trace OpenedFrameTracker frames Created 6 years, 3 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/web/WebLocalFrameImpl.h
diff --git a/Source/web/WebLocalFrameImpl.h b/Source/web/WebLocalFrameImpl.h
index 4a2b5f711502e758428c43bdc9e0dc107c5b6bd8..420fd02207d593ed570f9c1339b20a3b84fa13eb 100644
--- a/Source/web/WebLocalFrameImpl.h
+++ b/Source/web/WebLocalFrameImpl.h
@@ -313,7 +313,10 @@ public:
// Returns a hit-tested VisiblePosition for the given point
VisiblePosition visiblePositionForWindowPoint(const WebPoint&);
+#if ENABLE(OILPAN)
void trace(Visitor*);
+ void clearWeakMembers(Visitor*);
+#endif
private:
friend class FrameLoaderClientImpl;

Powered by Google App Engine
This is Rietveld 408576698