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

Unified Diff: third_party/WebKit/Source/web/OpenedFrameTracker.h

Issue 2652923002: Devirtualize Visitor and remove inline visitor specialization. (Closed)
Patch Set: rebased Created 3 years, 11 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: third_party/WebKit/Source/web/OpenedFrameTracker.h
diff --git a/third_party/WebKit/Source/web/OpenedFrameTracker.h b/third_party/WebKit/Source/web/OpenedFrameTracker.h
index 3aec0e59ad5adab62ad0d88ef7d111293cdb80a9..09c2e0b34d9322a7c653a0a49bf38ebc80963070 100644
--- a/third_party/WebKit/Source/web/OpenedFrameTracker.h
+++ b/third_party/WebKit/Source/web/OpenedFrameTracker.h
@@ -11,7 +11,6 @@
namespace blink {
class Visitor;
-class InlinedGlobalMarkingVisitor;
class WebFrame;
// Small helper class to track the set of frames that a WebFrame has opened.
@@ -33,7 +32,6 @@ class OpenedFrameTracker {
void transferTo(WebFrame*);
void traceFrames(Visitor*);
- void traceFrames(InlinedGlobalMarkingVisitor);
private:
template <typename VisitorDispatcher>
« no previous file with comments | « third_party/WebKit/Source/platform/heap/VisitorImpl.h ('k') | third_party/WebKit/Source/web/OpenedFrameTracker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698