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

Side by Side Diff: ui/events/ozone/event_factory_ozone.cc

Issue 231643005: ozone: Remove the libevent message-pump. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge Created 6 years, 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ui/events/ozone/evdev/touch_event_converter_evdev.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "ui/events/ozone/event_factory_ozone.h" 5 #include "ui/events/ozone/event_factory_ozone.h"
6 6
7 #include "base/command_line.h" 7 #include "base/command_line.h"
8 #include "base/debug/trace_event.h" 8 #include "base/debug/trace_event.h"
9 #include "base/message_loop/message_pump_ozone.h"
10 #include "base/strings/stringprintf.h" 9 #include "base/strings/stringprintf.h"
11 #include "ui/events/event.h" 10 #include "ui/events/event.h"
12 #include "ui/events/event_switches.h" 11 #include "ui/events/event_switches.h"
13 12
14 namespace ui { 13 namespace ui {
15 14
16 // static 15 // static
17 EventFactoryOzone* EventFactoryOzone::impl_ = NULL; 16 EventFactoryOzone* EventFactoryOzone::impl_ = NULL;
18 17
19 EventFactoryOzone::EventFactoryOzone() {} 18 EventFactoryOzone::EventFactoryOzone() {}
(...skipping 11 matching lines...) Expand all
31 30
32 void EventFactoryOzone::SetFileTaskRunner( 31 void EventFactoryOzone::SetFileTaskRunner(
33 scoped_refptr<base::TaskRunner> task_runner) {} 32 scoped_refptr<base::TaskRunner> task_runner) {}
34 33
35 void EventFactoryOzone::WarpCursorTo(gfx::AcceleratedWidget widget, 34 void EventFactoryOzone::WarpCursorTo(gfx::AcceleratedWidget widget,
36 const gfx::PointF& location) { 35 const gfx::PointF& location) {
37 NOTIMPLEMENTED(); 36 NOTIMPLEMENTED();
38 } 37 }
39 38
40 } // namespace ui 39 } // namespace ui
OLDNEW
« no previous file with comments | « ui/events/ozone/evdev/touch_event_converter_evdev.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698