summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/views/tabs/tab.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/views/tabs/tab.cc')
-rw-r--r--chrome/browser/ui/views/tabs/tab.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/ui/views/tabs/tab.cc b/chrome/browser/ui/views/tabs/tab.cc
index 341e742..ad9937a9 100644
--- a/chrome/browser/ui/views/tabs/tab.cc
+++ b/chrome/browser/ui/views/tabs/tab.cc
@@ -350,8 +350,8 @@ bool Tab::GetTooltipTextOrigin(const gfx::Point& p, gfx::Point* origin) {
return true;
}
-void Tab::OnMouseMoved(const views::MouseEvent& e) {
- hover_point_ = e.location();
+void Tab::OnMouseMoved(const views::MouseEvent& event) {
+ hover_point_ = event.location();
// We need to redraw here because otherwise the hover glow does not update
// and follow the new mouse position.
SchedulePaint();