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

Unified Diff: Source/core/html/shadow/MediaControlElementTypes.h

Issue 932403002: InlinedVisitor: Migrate html 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/core/html/shadow/MediaControlElementTypes.h
diff --git a/Source/core/html/shadow/MediaControlElementTypes.h b/Source/core/html/shadow/MediaControlElementTypes.h
index a262c61e0838373d81b770094a55af8ad58498cd..874f45c42b855565e937055fc32101225e0beb1f 100644
--- a/Source/core/html/shadow/MediaControlElementTypes.h
+++ b/Source/core/html/shadow/MediaControlElementTypes.h
@@ -83,7 +83,7 @@ public:
MediaControlElementType displayType() { return m_displayType; }
- virtual void trace(Visitor*);
+ DECLARE_VIRTUAL_TRACE();
protected:
MediaControlElement(MediaControls&, MediaControlElementType, HTMLElement*);
@@ -104,7 +104,7 @@ private:
class MediaControlDivElement : public HTMLDivElement, public MediaControlElement {
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(MediaControlDivElement);
public:
- virtual void trace(Visitor*) override;
+ DECLARE_VIRTUAL_TRACE();
protected:
MediaControlDivElement(MediaControls&, MediaControlElementType);
@@ -118,7 +118,7 @@ private:
class MediaControlInputElement : public HTMLInputElement, public MediaControlElement {
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(MediaControlInputElement);
public:
- virtual void trace(Visitor*) override;
+ DECLARE_VIRTUAL_TRACE();
protected:
MediaControlInputElement(MediaControls&, MediaControlElementType);
« no previous file with comments | « Source/core/html/shadow/DateTimeFieldElement.cpp ('k') | Source/core/html/shadow/MediaControlElementTypes.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698