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

Unified Diff: sky/engine/core/events/UIEvent.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/events/TreeScopeEventContext.cpp ('k') | sky/engine/core/events/UIEvent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/events/UIEvent.h
diff --git a/sky/engine/core/events/UIEvent.h b/sky/engine/core/events/UIEvent.h
index f70ee5804be13355777c5a3703a010b6bd9df177..2e4ad3c679efa0732d0faa5bcde5423d5853c3b8 100644
--- a/sky/engine/core/events/UIEvent.h
+++ b/sky/engine/core/events/UIEvent.h
@@ -75,8 +75,6 @@ public:
virtual int which() const;
- virtual void trace(Visitor*) override;
-
protected:
UIEvent();
UIEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView>, int detail);
« no previous file with comments | « sky/engine/core/events/TreeScopeEventContext.cpp ('k') | sky/engine/core/events/UIEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698