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

Unified Diff: Source/core/html/forms/InputTypeView.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
« no previous file with comments | « Source/core/html/forms/FormController.cpp ('k') | Source/core/html/forms/InputTypeView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/forms/InputTypeView.h
diff --git a/Source/core/html/forms/InputTypeView.h b/Source/core/html/forms/InputTypeView.h
index 44fcfe9f3bb500462f4573c05b75e86ce227e26a..06249eaa0d33c46b552be521ab8284cea0fdaf2f 100644
--- a/Source/core/html/forms/InputTypeView.h
+++ b/Source/core/html/forms/InputTypeView.h
@@ -59,7 +59,7 @@ struct ClickHandlingState final : public NoBaseWillBeGarbageCollected<ClickHandl
WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED;
public:
- void trace(Visitor*);
+ DECLARE_TRACE();
bool checked;
bool indeterminate;
@@ -76,7 +76,7 @@ class InputTypeView : public RefCountedWillBeGarbageCollectedFinalized<InputType
public:
static PassRefPtrWillBeRawPtr<InputTypeView> create(HTMLInputElement&);
virtual ~InputTypeView();
- virtual void trace(Visitor*);
+ DECLARE_VIRTUAL_TRACE();
virtual bool sizeShouldIncludeDecoration(int defaultSize, int& preferredSize) const;
virtual void handleClickEvent(MouseEvent*);
« no previous file with comments | « Source/core/html/forms/FormController.cpp ('k') | Source/core/html/forms/InputTypeView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698