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

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

Issue 723253004: Remove tons of OILPAN. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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/core/testing/NullExecutionContext.h ('k') | sky/engine/platform/fonts/FontCacheClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/Supplementable.h
diff --git a/sky/engine/platform/Supplementable.h b/sky/engine/platform/Supplementable.h
index 9efa8c1481f33064455086cd2ec683f27742b122..a06d8701b6bf7d479f9983ec9c83db1e36cbc68b 100644
--- a/sky/engine/platform/Supplementable.h
+++ b/sky/engine/platform/Supplementable.h
@@ -170,7 +170,6 @@ public:
// the vtable at the first word of the object. However we don't trace the
// m_supplements here, but in the partially specialized template subclasses
// since we only want to trace it for garbage collected classes.
- virtual void trace(Visitor*) { }
// FIXME: Oilpan: Make private and remove this ignore once PersistentHeapSupplementable is removed again.
protected:
« no previous file with comments | « sky/engine/core/testing/NullExecutionContext.h ('k') | sky/engine/platform/fonts/FontCacheClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698