Commit 34268d7a authored by Jennifer Apacible's avatar Jennifer Apacible Committed by Commit Bot

Fix styling.

Change-Id: I29fd4a91e943ecbda810c1ae4085a5476896e3f8
Reviewed-on: https://chromium-review.googlesource.com/1197288Reviewed-by: default avatarCJ DiMeglio <lethalantidote@chromium.org>
Commit-Queue: apacible <apacible@chromium.org>
Cr-Commit-Position: refs/heads/master@{#587789}
parent 14596236
......@@ -635,10 +635,10 @@ void OverlayWindowViews::OnKeyEvent(ui::KeyEvent* event) {
void OverlayWindowViews::OnMouseEvent(ui::MouseEvent* event) {
switch (event->type()) {
// Only show the media controls when the mouse is hovering over the window.
// This is checking for both ENTERED and MOVED because ENTERED is not fired
// after a resize on Windows.
#if defined (OS_WIN)
// Only show the media controls when the mouse is hovering over the window.
// This is checking for both ENTERED and MOVED because ENTERED is not fired
// after a resize on Windows.
#if defined(OS_WIN)
case ui::ET_MOUSE_MOVED:
#endif // OS_WIN
case ui::ET_MOUSE_ENTERED:
......
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