Index: chrome/browser/ui/panels/panel_browser_view.h |
diff --git a/chrome/browser/ui/panels/panel_browser_view.h b/chrome/browser/ui/panels/panel_browser_view.h |
index 45a899179549640321c9a41e0853691b4656a6c6..d24d90e1266b89e8829173334f08485d62a3262b 100644 |
--- a/chrome/browser/ui/panels/panel_browser_view.h |
+++ b/chrome/browser/ui/panels/panel_browser_view.h |
@@ -129,8 +129,9 @@ class PanelBrowserView : public BrowserView, |
// Is the mouse button currently down? |
bool mouse_pressed_; |
- // Location the mouse was pressed at. Used to detect drag and drop. |
- gfx::Point mouse_pressed_point_; |
+ // Location the mouse was pressed at or dragged to. Used in drag-and-drop. |
+ // This point is represented in the screen coordinate system. |
+ gfx::Point mouse_location_; |
// Timestamp when the mouse was pressed. Used to detect long click. |
base::TimeTicks mouse_pressed_time_; |