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

Unified Diff: ui/ozone/platform/caca/caca_event_factory.h

Issue 285303004: ozone: Remove the explicit call to start listening for events. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 7 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 | « ui/events/ozone/event_factory_ozone.cc ('k') | ui/ozone/platform/caca/caca_event_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/caca/caca_event_factory.h
diff --git a/ui/ozone/platform/caca/caca_event_factory.h b/ui/ozone/platform/caca/caca_event_factory.h
index 18afe35ba23a963e7bb658e901e36f90ad853411..b3f13d1a24579e61abf5ac9e15349e3a01995f22 100644
--- a/ui/ozone/platform/caca/caca_event_factory.h
+++ b/ui/ozone/platform/caca/caca_event_factory.h
@@ -15,17 +15,20 @@ namespace ui {
class CacaConnection;
-class CacaEventFactory : public EventFactoryOzone, PlatformEventSource {
+class CacaEventFactory : public EventFactoryOzone,
+ public PlatformEventSource {
public:
CacaEventFactory(CacaConnection* connection);
virtual ~CacaEventFactory();
- // ui::EventFactoryOzone overrides:
- virtual void StartProcessingEvents() OVERRIDE;
+ // ui::EventFactoryOzone:
virtual void WarpCursorTo(gfx::AcceleratedWidget widget,
const gfx::PointF& location) OVERRIDE;
private:
+ // PlatformEventSource:
+ virtual void OnDispatcherListChanged() OVERRIDE;
+
void ScheduleEventProcessing();
void TryProcessingEvent();
« no previous file with comments | « ui/events/ozone/event_factory_ozone.cc ('k') | ui/ozone/platform/caca/caca_event_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698