Index: tools/clang/blink_gc_plugin/RecordInfo.h |
diff --git a/tools/clang/blink_gc_plugin/RecordInfo.h b/tools/clang/blink_gc_plugin/RecordInfo.h |
index 82780e2b8d5da3809e0a64797c821e42ed4ea6f9..272da268b08c972bf309c3fcc9a7b5707e1fcef1 100644 |
--- a/tools/clang/blink_gc_plugin/RecordInfo.h |
+++ b/tools/clang/blink_gc_plugin/RecordInfo.h |
@@ -92,6 +92,8 @@ class RecordInfo { |
bool RequiresTraceMethod(); |
bool NeedsFinalization(); |
TracingStatus NeedsTracing(Edge::NeedsTracingOption); |
+ clang::CXXMethodDecl* InheritsNonVirtualTrace(); |
+ bool IsConsideredAbstract(); |
private: |
RecordInfo(clang::CXXRecordDecl* record, RecordCache* cache); |