diff options
Diffstat (limited to 'chrome/browser/ui/panels/panel_browser_view.h')
-rw-r--r-- | chrome/browser/ui/panels/panel_browser_view.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/browser/ui/panels/panel_browser_view.h b/chrome/browser/ui/panels/panel_browser_view.h index e6e8dee..00798fb 100644 --- a/chrome/browser/ui/panels/panel_browser_view.h +++ b/chrome/browser/ui/panels/panel_browser_view.h @@ -38,9 +38,8 @@ class PanelBrowserView : public BrowserView, // Called from frame view when titlebar receives a mouse event. // Return true if the event is handled. - // |mouse_location| is in screen coordinates. - bool OnTitlebarMousePressed(const gfx::Point& mouse_location); - bool OnTitlebarMouseDragged(const gfx::Point& mouse_location); + bool OnTitlebarMousePressed(const gfx::Point& location); + bool OnTitlebarMouseDragged(const gfx::Point& location); bool OnTitlebarMouseReleased(); bool OnTitlebarMouseCaptureLost(); |