Chromium Code Reviews
DescriptionDo not handle ui::ET_GESTURE_END events in CustomButton
We plan on no longer dispatching GESTURE_END events
to views (crbug.com/397564), so do not handle this
event type in CustomButton::OnGestureEvent().
This event is currently used to start a fade-out
animation on a TAP gesture, but we can accomplish
the same goal by starting this animation when
receiving the TAP gesture itself.
BUG=397579
TEST=MenuButtonTest.ActivateNonDropDownOnGestureTap
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|
|||||||||||||||||||