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

Unified Diff: Source/web/OpenedFrameTracker.h

Issue 594483002: Oilpan: extend tracing over WebFrame trees. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Improve weak callback registration Created 6 years, 2 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/loader/FrameLoader.cpp ('k') | Source/web/OpenedFrameTracker.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/OpenedFrameTracker.h
diff --git a/Source/web/OpenedFrameTracker.h b/Source/web/OpenedFrameTracker.h
index d17e0f73bb3b7d898222f14c29b868e061faaa48..653654271849d2af902fb083e1e7b4af753ac48d 100644
--- a/Source/web/OpenedFrameTracker.h
+++ b/Source/web/OpenedFrameTracker.h
@@ -10,6 +10,7 @@
namespace blink {
+class Visitor;
class WebFrame;
// Small helper class to track the set of frames that a WebFrame has opened.
@@ -28,6 +29,8 @@ public:
// Updates the opener for all tracked frames.
void updateOpener(WebFrame*);
+ void traceFrames(Visitor*);
+
private:
WTF::HashSet<WebFrame*> m_openedFrames;
};
« no previous file with comments | « Source/core/loader/FrameLoader.cpp ('k') | Source/web/OpenedFrameTracker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698