|  | Remove common EventConverterOzone class & move to EventConverterEvdev
There's no need for this interface in common code; the DispatchEvent
function can be moved onto EventFactoryOzone.
We're still relying on this class in the evdev implementation for
- unifying storage of TouchEventConverter & KeyEventConverter instances
- overriding event dispatching in the tests
Therefore, move it into evdev as EventConverterEvdev.
R=rjkroege
TEST=events_unittests
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=247997
      Total comments: 2
      
     
  
   
    
  
  
    
      |  | Unified diffs | Side-by-side diffs | Delta from patch set | Stats (+89 lines, -80 lines) | Patch |  
        |  | M | ui/events/events.gyp | View |  | 2 chunks | +2 lines, -2 lines | 0 comments | Download |  
        |  | A | ui/events/ozone/evdev/event_converter.h | View |  | 1 chunk | +33 lines, -0 lines | 0 comments | Download |  
        |  | A | ui/events/ozone/evdev/event_converter.cc | View |  | 1 chunk | +20 lines, -0 lines | 0 comments | Download |  
        |  | M | ui/events/ozone/evdev/event_factory.h | View |  | 2 chunks | +2 lines, -1 line | 0 comments | Download |  
        |  | M | ui/events/ozone/evdev/event_factory.cc | View |  | 1 chunk | +1 line, -1 line | 0 comments | Download |  
        |  | M | ui/events/ozone/evdev/event_modifiers.h | View |  | 1 chunk | +1 line, -1 line | 0 comments | Download |  
        |  | M | ui/events/ozone/evdev/key_event_converter.h | View |  | 1 chunk | +2 lines, -2 lines | 0 comments | Download |  
        |  | M | ui/events/ozone/evdev/key_event_converter.cc | View |  | 1 chunk | +1 line, -0 lines | 0 comments | Download |  
        |  | M | ui/events/ozone/evdev/touch_event_converter.h | View |  | 1 chunk | +2 lines, -2 lines | 0 comments | Download |  
        |  | M | ui/events/ozone/evdev/touch_event_converter.cc | View |  | 1 chunk | +1 line, -0 lines | 0 comments | Download |  
        |  | D | ui/events/ozone/event_converter_ozone.h | View |  | 1 chunk | +0 lines, -35 lines | 0 comments | Download |  
        |  | D | ui/events/ozone/event_converter_ozone.cc | View |  | 1 chunk | +0 lines, -35 lines | 0 comments | Download |  
        |  | M | ui/events/ozone/event_factory_ozone.h | View |  | 2 chunks | +7 lines, -1 line | 0 comments | Download |  
        |  | M | ui/events/ozone/event_factory_ozone.cc | View | 1 | 2 chunks | +17 lines, -0 lines | 0 comments | Download |  
    Total messages: 7 (0 generated)
     |