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 68cc68298a94be4ec40a6e31d17bfc210077a5e9..465af3f6672ed49fb6e649bfb5140aad7f342c91 100644 |
--- a/chrome/browser/ui/views/frame/glass_browser_frame_view.h |
+++ b/chrome/browser/ui/views/frame/glass_browser_frame_view.h |
@@ -42,7 +42,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 HitTest(const gfx::Rect& r) const OVERRIDE; |
private: |
// Returns the thickness of the border that makes up the window frame edges. |