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

Unified Diff: public/web/WebFrame.h

Issue 517043003: Move Frame to the Oilpan heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Back out non-Oilpan experiment + tidy up by adding frame() ref accessors 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
« Source/web/WebFrame.cpp ('K') | « Source/web/tests/WebViewTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebFrame.h
diff --git a/public/web/WebFrame.h b/public/web/WebFrame.h
index 1b0ac20482ccac40bacd817476d79b4f2b7b2587..950dad8e023f6ad2e25a0f222b95800744b5e085 100644
--- a/public/web/WebFrame.h
+++ b/public/web/WebFrame.h
@@ -58,6 +58,7 @@ namespace blink {
class Frame;
class OpenedFrameTracker;
+class Visitor;
class WebData;
class WebDataSource;
class WebDocument;
@@ -680,6 +681,7 @@ public:
#if BLINK_IMPLEMENTATION
static WebFrame* fromFrame(Frame*);
+ static void traceChildren(Visitor*, WebFrame*);
#endif
protected:
« Source/web/WebFrame.cpp ('K') | « Source/web/tests/WebViewTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698