diff options
Diffstat (limited to 'ui/aura/window_tree_host_ozone.cc')
-rw-r--r-- | ui/aura/window_tree_host_ozone.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ui/aura/window_tree_host_ozone.cc b/ui/aura/window_tree_host_ozone.cc index 2251eb3..5b8be53 100644 --- a/ui/aura/window_tree_host_ozone.cc +++ b/ui/aura/window_tree_host_ozone.cc @@ -15,11 +15,6 @@ namespace aura { WindowTreeHostOzone::WindowTreeHostOzone(const gfx::Rect& bounds) : widget_(0), bounds_(bounds) { - // EventFactoryOzone creates converters that obtain input events from the - // underlying input system and dispatch them as |ui::Event| instances into - // Aura. - ui::EventFactoryOzone::GetInstance()->StartProcessingEvents(); - gfx::SurfaceFactoryOzone* surface_factory = gfx::SurfaceFactoryOzone::GetInstance(); widget_ = surface_factory->GetAcceleratedWidget(); |