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

Unified Diff: third_party/WebKit/Source/platform/heap/WrapperVisitor.h

Issue 2434763002: [wrapper-tracing] Bring remoteplayback up to date (Closed)
Patch Set: Reset bingings results Created 4 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 | « third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/heap/WrapperVisitor.h
diff --git a/third_party/WebKit/Source/platform/heap/WrapperVisitor.h b/third_party/WebKit/Source/platform/heap/WrapperVisitor.h
index 23c89d3fc7c8ccae3aa7530c06abbc7376474f11..12fc7c8a7b8699478a785432a9544abb46d46b52 100644
--- a/third_party/WebKit/Source/platform/heap/WrapperVisitor.h
+++ b/third_party/WebKit/Source/platform/heap/WrapperVisitor.h
@@ -24,6 +24,7 @@ class Member;
class ScriptWrappable;
template <typename T>
class ScopedPersistent;
+class TraceWrapperBase;
// TODO(hlopko): Find a way to remove special-casing using templates
#define WRAPPER_VISITOR_SPECIAL_CLASSES(V) \
@@ -128,6 +129,7 @@ class PLATFORM_EXPORT WrapperVisitor {
const v8::PersistentBase<v8::Object>* persistent) const = 0;
virtual void dispatchTraceWrappers(const ScriptWrappable*) const = 0;
+ virtual void dispatchTraceWrappers(const TraceWrapperBase*) const = 0;
#define DECLARE_DISPATCH_TRACE_WRAPPERS(className) \
virtual void dispatchTraceWrappers(const className*) const = 0;
« no previous file with comments | « third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698