| Index: chrome/browser/ui/views/frame/popup_non_client_frame_view.cc
|
| diff --git a/chrome/browser/ui/views/frame/popup_non_client_frame_view.cc b/chrome/browser/ui/views/frame/popup_non_client_frame_view.cc
|
| index 75565d4f02a94a2184da35d54cba734e4dc03bcb..06f1dd2fb796eb982afb139186bfefb8f5999a60 100644
|
| --- a/chrome/browser/ui/views/frame/popup_non_client_frame_view.cc
|
| +++ b/chrome/browser/ui/views/frame/popup_non_client_frame_view.cc
|
| @@ -24,7 +24,7 @@ gfx::Rect PopupNonClientFrameView::GetWindowBoundsForClientBounds(
|
| return client_bounds;
|
| }
|
|
|
| -int PopupNonClientFrameView::NonClientHitTest(const gfx::Point& point) {
|
| +int PopupNonClientFrameView::NonClientHitTest(const gfx::Point& point) const {
|
| return bounds().Contains(point) ? HTCLIENT : HTNOWHERE;
|
| }
|
|
|
|
|