| Index: components/exo/pointer.cc
|
| diff --git a/components/exo/pointer.cc b/components/exo/pointer.cc
|
| index 61442ed0608596952ca75e15684dedd6a574f73e..a1778eb34cb1220669661032e29b3b587a0a0cc3 100644
|
| --- a/components/exo/pointer.cc
|
| +++ b/components/exo/pointer.cc
|
| @@ -140,9 +140,6 @@ gfx::NativeCursor Pointer::GetCursor() {
|
| void Pointer::OnMouseEvent(ui::MouseEvent* event) {
|
| Surface* target = GetEffectiveTargetForEvent(event);
|
|
|
| - if (event->flags() & ui::EF_TOUCH_ACCESSIBILITY)
|
| - return;
|
| -
|
| // If target is different than the current pointer focus then we need to
|
| // generate enter and leave events.
|
| if (target != focus_) {
|
|
|