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

Unified Diff: sky/engine/platform/heap/Handle.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/platform/fonts/FontCacheClient.h ('k') | sky/engine/web/WebHitTestResult.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/heap/Handle.h
diff --git a/sky/engine/platform/heap/Handle.h b/sky/engine/platform/heap/Handle.h
index cb5dad025e5597f27e2c2236d82487fe537d376c..acfe08e4de2e784ac3471de5b3a7c294a42e4d44 100644
--- a/sky/engine/platform/heap/Handle.h
+++ b/sky/engine/platform/heap/Handle.h
@@ -85,24 +85,6 @@
#define STACK_ALLOCATED() DISALLOW_ALLOCATION()
#endif
-namespace blink {
-
-class Visitor {
-public:
- template<typename T>
- void trace(const T* t)
- {
- }
- template<typename T>
- void trace(T* t)
- {
- }
- template<typename T>
- void trace(const T& t)
- {
- }
-};
-
#define DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(type) \
public: \
~type(); \
@@ -118,6 +100,4 @@ public:
#define DEFINE_STATIC_REF_WILL_BE_PERSISTENT(type, name, arguments) \
DEFINE_STATIC_REF(type, name, arguments)
-} // namespace blink
-
#endif
« no previous file with comments | « sky/engine/platform/fonts/FontCacheClient.h ('k') | sky/engine/web/WebHitTestResult.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698