Commit e60d9aef authored by Jennifer Apacible's avatar Jennifer Apacible Committed by Commit Bot

[Picture in Picture] Call parent function in OnGestureEvent.

Change-Id: I854654be22abd217c3f8ed557bc3fb9118c557c6
Reviewed-on: https://chromium-review.googlesource.com/1192326Reviewed-by: default avatarCJ DiMeglio <lethalantidote@chromium.org>
Commit-Queue: apacible <apacible@chromium.org>
Cr-Commit-Position: refs/heads/master@{#586820}
parent a1e066c4
......@@ -643,6 +643,8 @@ void OverlayWindowViews::OnGestureEvent(ui::GestureEvent* event) {
TogglePlayPause();
event->SetHandled();
}
views::Widget::OnGestureEvent(event);
}
void OverlayWindowViews::ButtonPressed(views::Button* sender,
......
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