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

Unified Diff: components/exo/pointer.cc

Issue 2746543004: Enable native accessible touch support inside of ARC (Closed)
Patch Set: Created 3 years, 9 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
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_) {

Powered by Google App Engine
This is Rietveld 408576698