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

Unified Diff: sky/engine/platform/RefCountedSupplement.h

Issue 683703003: Remove various Heap* types. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « sky/engine/platform/LifecycleContext.h ('k') | sky/engine/platform/Supplementable.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/RefCountedSupplement.h
diff --git a/sky/engine/platform/RefCountedSupplement.h b/sky/engine/platform/RefCountedSupplement.h
index edc5bd8632d5b94e59f49888c77c8f53e9b86a3d..29c9d085bdc71c8ec32c90b40a126b91f6c88c19 100644
--- a/sky/engine/platform/RefCountedSupplement.h
+++ b/sky/engine/platform/RefCountedSupplement.h
@@ -49,8 +49,6 @@ public:
#endif
ThisType* wrapped() const { return m_wrapped.get(); }
- virtual void trace(Visitor*) override { }
-
private:
RefPtr<ThisType> m_wrapped;
« no previous file with comments | « sky/engine/platform/LifecycleContext.h ('k') | sky/engine/platform/Supplementable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698