| Index: chrome/browser/ui/views/frame/glass_browser_frame_view.cc
|
| diff --git a/chrome/browser/ui/views/frame/glass_browser_frame_view.cc b/chrome/browser/ui/views/frame/glass_browser_frame_view.cc
|
| index 678eaa8ca8e170762b5d3f0d91244afad6c7ce32..cdbc5e490b99c956693056eceecf8985293da7ec 100644
|
| --- a/chrome/browser/ui/views/frame/glass_browser_frame_view.cc
|
| +++ b/chrome/browser/ui/views/frame/glass_browser_frame_view.cc
|
| @@ -195,7 +195,7 @@ gfx::Rect GlassBrowserFrameView::GetWindowBoundsForClientBounds(
|
| client_bounds.height() + insets.height());
|
| }
|
|
|
| -int GlassBrowserFrameView::NonClientHitTest(const gfx::Point& point) {
|
| +int GlassBrowserFrameView::NonClientHitTest(const gfx::Point& point) const {
|
| // If the browser isn't in normal mode, we haven't customized the frame, so
|
| // Windows can figure this out. If the point isn't within our bounds, then
|
| // it's in the native portion of the frame, so again Windows can figure it
|
|
|