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

Unified Diff: views/controls/image_view.h

Issue 1616004: Fix Regression for Accessible Names (Closed)
Patch Set: Created 10 years, 9 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
Index: views/controls/image_view.h
diff --git a/views/controls/image_view.h b/views/controls/image_view.h
index a0da93a9e30949cb11d957e3baafe76f80a81bac..46cbb00028767f02a104039c6bd9b715b5287771 100644
--- a/views/controls/image_view.h
+++ b/views/controls/image_view.h
@@ -74,7 +74,6 @@ class ImageView : public View {
// Overriden from View
virtual gfx::Size GetPreferredSize();
virtual void Paint(gfx::Canvas* canvas);
- virtual bool GetAccessibleName(std::wstring* name);
virtual bool GetAccessibleRole(AccessibilityTypes::Role* role);
// Overriden from View.

Powered by Google App Engine
This is Rietveld 408576698