summaryrefslogtreecommitdiffstats
path: root/views/controls/resize_gripper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/resize_gripper.cc')
-rw-r--r--views/controls/resize_gripper.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/controls/resize_gripper.cc b/views/controls/resize_gripper.cc
index 59a13aa..59a93ab 100644
--- a/views/controls/resize_gripper.cc
+++ b/views/controls/resize_gripper.cc
@@ -34,7 +34,7 @@ std::string ResizeGripper::GetClassName() const {
}
gfx::NativeCursor ResizeGripper::GetCursorForPoint(Event::EventType event_type,
- int x, int y) {
+ const gfx::Point& p) {
if (!enabled_)
return NULL;
#if defined(OS_WIN)