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

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

Issue 709203002: Remove more 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/fetch/ResourceLoaderSet.h ('k') | sky/engine/core/frame/Frame.h » ('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 8a24920854f1068c82175d6e4a206a962c54a7ce..d0863a54e1039ec985ad80f90749ce88f6e6ce6c 100644
--- a/sky/engine/core/frame/EventHandlerRegistry.h
+++ b/sky/engine/core/frame/EventHandlerRegistry.h
@@ -7,6 +7,7 @@
#include "core/frame/FrameHost.h"
#include "wtf/HashCountedSet.h"
+#include "wtf/text/AtomicString.h"
namespace blink {
@@ -18,7 +19,7 @@ typedef HashCountedSet<EventTarget*> EventTargetSet;
// Registry for keeping track of event handlers. Note that only handlers on
// documents that can be rendered or can receive input (i.e., are attached to a
// FrameHost) are registered here.
-class EventHandlerRegistry final : public DummyBase<EventHandlerRegistry> {
+class EventHandlerRegistry final {
public:
explicit EventHandlerRegistry(FrameHost&);
virtual ~EventHandlerRegistry();
« no previous file with comments | « sky/engine/core/fetch/ResourceLoaderSet.h ('k') | sky/engine/core/frame/Frame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698