| Index: ui/views/controls/image_view.h
|
| diff --git a/ui/views/controls/image_view.h b/ui/views/controls/image_view.h
|
| index ef207c29df6fc0290f875e299550a972a9b2c708..272aec0f156adf44578a6ff0179c53952b550866 100644
|
| --- a/ui/views/controls/image_view.h
|
| +++ b/ui/views/controls/image_view.h
|
| @@ -28,6 +28,9 @@ class Painter;
|
| /////////////////////////////////////////////////////////////////////////////
|
| class VIEWS_EXPORT ImageView : public View {
|
| public:
|
| + // Internal class name.
|
| + static const char kViewClassName[];
|
| +
|
| enum Alignment {
|
| LEADING = 0,
|
| CENTER,
|
| @@ -85,6 +88,7 @@ class VIEWS_EXPORT ImageView : public View {
|
| void OnBlur() override;
|
| void OnPaint(gfx::Canvas* canvas) override;
|
| void GetAccessibleState(ui::AXViewState* state) override;
|
| + const char* GetClassName() const override;
|
| bool GetTooltipText(const gfx::Point& p,
|
| base::string16* tooltip) const override;
|
| bool CanProcessEventsWithinSubtree() const override;
|
|
|