Commit 5bb9af2a by Daniel Cheng Committed by Jamie Madill

Fix a -Wswitch warning in ANGLE.

BUG=505308 Change-Id: I34ae3aa65ce55c4e04eecfef3c9cde9841e47140 Reviewed-on: https://chromium-review.googlesource.com/288245Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Tested-by: 's avatarDaniel Cheng <dcheng@chromium.org>
parent 589a0bad
......@@ -705,6 +705,8 @@ void Win32Window::pushEvent(Event event)
case Event::EVENT_RESIZED:
MoveWindow(mNativeWindow, 0, 0, mWidth, mHeight, FALSE);
break;
default:
break;
}
}
......
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