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

Unified Diff: Source/modules/encryptedmedia/MediaKeys.h

Issue 949093002: InlinedVisitor: Migrate encryptedmedia to use inlined tracing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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: Source/modules/encryptedmedia/MediaKeys.h
diff --git a/Source/modules/encryptedmedia/MediaKeys.h b/Source/modules/encryptedmedia/MediaKeys.h
index 3d459f20e5167a45206d3f4d9965156844d88d19..7ec2cf62a9487c9cfa4860ca763ded7463773e98 100644
--- a/Source/modules/encryptedmedia/MediaKeys.h
+++ b/Source/modules/encryptedmedia/MediaKeys.h
@@ -63,7 +63,7 @@ public:
blink::WebContentDecryptionModule* contentDecryptionModule();
- virtual void trace(Visitor*) override;
+ DECLARE_VIRTUAL_TRACE();
// ContextLifecycleObserver
virtual void contextDestroyed() override;

Powered by Google App Engine
This is Rietveld 408576698