diff options
Diffstat (limited to 'views/controls/image_view.h')
-rw-r--r-- | views/controls/image_view.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/controls/image_view.h b/views/controls/image_view.h index fe7e711..a0da93a 100644 --- a/views/controls/image_view.h +++ b/views/controls/image_view.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. @@ -78,7 +78,7 @@ class ImageView : public View { virtual bool GetAccessibleRole(AccessibilityTypes::Role* role); // Overriden from View. - virtual bool GetTooltipText(int x, int y, std::wstring* tooltip); + virtual bool GetTooltipText(const gfx::Point& p, std::wstring* tooltip); private: // Compute the image origin given the desired size and the receiver alignment |