Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5320)

Unified Diff: chrome/browser/ui/views/frame/app_non_client_frame_view_aura.cc

Issue 10832282: Replace views::MouseEvent with ui::MouseEvent (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/frame/app_non_client_frame_view_aura.cc
===================================================================
--- chrome/browser/ui/views/frame/app_non_client_frame_view_aura.cc (revision 151406)
+++ chrome/browser/ui/views/frame/app_non_client_frame_view_aura.cc (working copy)
@@ -240,7 +240,7 @@
}
void AppNonClientFrameViewAura::OnMouseEntered(
- const views::MouseEvent& event) {
+ const ui::MouseEvent& event) {
if (!control_view_) {
// This can only happen when the frame-view (|this|) is in the process of
// destroying itself, but the control-widget has already closed, and some

Powered by Google App Engine
This is Rietveld 408576698