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

Unified Diff: Source/core/dom/Touch.h

Issue 947393002: InlinedVisitor: Migrate dom 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/dom/Touch.h
diff --git a/Source/core/dom/Touch.h b/Source/core/dom/Touch.h
index 8e54087832ae1da717c9616fa1aad298c40c1e41..26591abbbeb21371d3bd8a7132b69a733a6a98e7 100644
--- a/Source/core/dom/Touch.h
+++ b/Source/core/dom/Touch.h
@@ -73,7 +73,7 @@ public:
const FloatPoint& screenLocation() const { return m_screenPos; }
PassRefPtrWillBeRawPtr<Touch> cloneWithNewTarget(EventTarget*) const;
- void trace(Visitor*);
+ DECLARE_TRACE();
private:
Touch(LocalFrame* frame, EventTarget* target, unsigned identifier,

Powered by Google App Engine
This is Rietveld 408576698