summaryrefslogtreecommitdiffstats
path: root/views/controls/link.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/link.h')
-rw-r--r--views/controls/link.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/controls/link.h b/views/controls/link.h
index bf5039b..8c281e3 100644
--- a/views/controls/link.h
+++ b/views/controls/link.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -53,7 +53,7 @@ class Link : public Label {
virtual void SetEnabled(bool f);
virtual gfx::NativeCursor GetCursorForPoint(Event::EventType event_type,
- int x, int y);
+ const gfx::Point& p);
virtual std::string GetClassName() const;