| Index: chrome/browser/ui/views/frame/glass_browser_frame_view.h
|
| diff --git a/chrome/browser/ui/views/frame/glass_browser_frame_view.h b/chrome/browser/ui/views/frame/glass_browser_frame_view.h
|
| index e7b4fdd28f1e6ad1e70c582c0207eabc9a015d6c..a416f37b894fbc0cfc0e7d9e4431a831cf9c9598 100644
|
| --- a/chrome/browser/ui/views/frame/glass_browser_frame_view.h
|
| +++ b/chrome/browser/ui/views/frame/glass_browser_frame_view.h
|
| @@ -43,7 +43,7 @@ class GlassBrowserFrameView : public BrowserNonClientFrameView,
|
| // Overridden from views::View:
|
| virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
|
| virtual void Layout() OVERRIDE;
|
| - virtual bool HitTest(const gfx::Point& l) const OVERRIDE;
|
| + virtual bool HitTestRect(const gfx::Rect& rect) const OVERRIDE;
|
|
|
| private:
|
| // Returns the thickness of the border that makes up the window frame edges.
|
|
|