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

Unified Diff: tools/clang/blink_gc_plugin/tests/traceimpl_omitted_trace.cpp

Issue 964273002: BlinkGCPlugin: Handle omitted trace() in intermediary classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use range-for. Created 5 years, 10 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: tools/clang/blink_gc_plugin/tests/traceimpl_omitted_trace.cpp
diff --git a/content/common/presentation/presentation_session.mojom b/tools/clang/blink_gc_plugin/tests/traceimpl_omitted_trace.cpp
similarity index 72%
copy from content/common/presentation/presentation_session.mojom
copy to tools/clang/blink_gc_plugin/tests/traceimpl_omitted_trace.cpp
index 90f182135304df4f24061ceec31987d031345d74..b6dc2dffe589999c1be755a4ecef4f7dfd55e6ff 100644
--- a/content/common/presentation/presentation_session.mojom
+++ b/tools/clang/blink_gc_plugin/tests/traceimpl_omitted_trace.cpp
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module presentation;
+#include "traceimpl_omitted_trace.h"
-interface PresentationSession {
-};
+// Nothing to define here.

Powered by Google App Engine
This is Rietveld 408576698