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

Unified Diff: sky/engine/core/frame/EventHandlerRegistry.h

Issue 686783002: Remove almost all of Oilpan (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/core/dom/Document.cpp ('k') | sky/engine/core/frame/EventHandlerRegistry.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/frame/EventHandlerRegistry.h
diff --git a/sky/engine/core/frame/EventHandlerRegistry.h b/sky/engine/core/frame/EventHandlerRegistry.h
index 4e03ba51accb963648a1dda980af48f4d8779a4f..8a24920854f1068c82175d6e4a206a962c54a7ce 100644
--- a/sky/engine/core/frame/EventHandlerRegistry.h
+++ b/sky/engine/core/frame/EventHandlerRegistry.h
@@ -59,9 +59,6 @@ public:
// references to handlers that are no longer related to it.
void documentDetached(Document&);
- void trace(Visitor*);
- void clearWeakMembers(Visitor*);
-
private:
enum ChangeOperation {
Add, // Add a new event handler.
« no previous file with comments | « sky/engine/core/dom/Document.cpp ('k') | sky/engine/core/frame/EventHandlerRegistry.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698