diff options
Diffstat (limited to 'views/controls/image_view.h')
-rw-r--r-- | views/controls/image_view.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/views/controls/image_view.h b/views/controls/image_view.h index cde4bfd..b1791ac 100644 --- a/views/controls/image_view.h +++ b/views/controls/image_view.h @@ -75,11 +75,10 @@ class ImageView : public View { std::wstring GetTooltipText(); // Overriden from View - virtual gfx::Size GetPreferredSize() OVERRIDE; - virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE; - virtual void GetAccessibleState(ui::AccessibleViewState* state) OVERRIDE; - virtual bool GetTooltipText(const gfx::Point& p, std::wstring* tooltip) - OVERRIDE; + virtual gfx::Size GetPreferredSize(); + virtual void OnPaint(gfx::Canvas* canvas); + virtual AccessibilityTypes::Role GetAccessibleRole(); + virtual bool GetTooltipText(const gfx::Point& p, std::wstring* tooltip); private: // Compute the image origin given the desired size and the receiver alignment |