summaryrefslogtreecommitdiffstats
path: root/views/controls/button/image_button.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/button/image_button.h')
-rw-r--r--views/controls/button/image_button.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/controls/button/image_button.h b/views/controls/button/image_button.h
index 6c079fe..f16444a 100644
--- a/views/controls/button/image_button.h
+++ b/views/controls/button/image_button.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008 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.
@@ -89,7 +89,7 @@ class ToggleImageButton : public ImageButton {
virtual void SetImage(ButtonState aState, SkBitmap* anImage);
// Overridden from View:
- virtual bool GetTooltipText(int x, int y, std::wstring* tooltip);
+ virtual bool GetTooltipText(const gfx::Point& p, std::wstring* tooltip);
private:
// The parent class's images_ member is used for the current images,