Commit 19d339e6 authored by Sidney San Martín's avatar Sidney San Martín Committed by Commit Bot

Only call NOTIMPLEMENTED() for unknown event types, not ignored ones.

Bug: 866988
Change-Id: I91084c1f34049d1b4aafdc2f1095ac30efe45fea
Reviewed-on: https://chromium-review.googlesource.com/1148702Reviewed-by: default avatarElly Fong-Jones <ellyjones@chromium.org>
Reviewed-by: default avatarAvi Drissman <avi@chromium.org>
Commit-Queue: Avi Drissman <avi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#577973}
parent 729d87c3
...@@ -63,7 +63,6 @@ EventType EventTypeFromNative(const PlatformEvent& native_event) { ...@@ -63,7 +63,6 @@ EventType EventTypeFromNative(const PlatformEvent& native_event) {
case NSEventTypeRotate: case NSEventTypeRotate:
case NSEventTypeBeginGesture: case NSEventTypeBeginGesture:
case NSEventTypeEndGesture: case NSEventTypeEndGesture:
NOTIMPLEMENTED() << type;
break; break;
default: default:
NOTIMPLEMENTED() << type; NOTIMPLEMENTED() << type;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment