Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(106)

Unified Diff: ui/views/controls/image_view.h

Issue 863223002: Add missing views class names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: table Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/views/controls/image_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | ui/views/controls/image_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698