Index: chrome/views/window/non_client_view.cc |
=================================================================== |
--- chrome/views/window/non_client_view.cc (revision 14739) |
+++ chrome/views/window/non_client_view.cc (working copy) |
@@ -191,7 +191,7 @@ |
bool NonClientFrameView::HitTest(const gfx::Point& l) const { |
// For the default case, we assume the non-client frame view never overlaps |
// the client view. |
- return !GetWidget()->AsWindow()->GetClientView()->bounds().Contains(l); |
+ return !GetWidget()->GetWindow()->GetClientView()->bounds().Contains(l); |
} |
void NonClientFrameView::DidChangeBounds(const gfx::Rect& previous, |