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

Unified Diff: components/exo/shell_surface.h

Issue 2640123004: Initial support for native accessibility in ARC (Closed)
Patch Set: address feedback Created 3 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
Index: components/exo/shell_surface.h
diff --git a/components/exo/shell_surface.h b/components/exo/shell_surface.h
index d644559c4cd17dd0fb63ae9d44f878761dc6c2e4..b8346292fad3efb550b140c3a3347c6f315c6fb2 100644
--- a/components/exo/shell_surface.h
+++ b/components/exo/shell_surface.h
@@ -210,6 +210,7 @@ class ShellSurface : public SurfaceDelegate,
// Overridden from views::View:
gfx::Size GetPreferredSize() const override;
gfx::Size GetMinimumSize() const override;
+ void GetAccessibleNodeData(ui::AXNodeData* node_data) override;
// Overridden from ash::wm::WindowStateObserver:
void OnPreWindowStateTypeChange(ash::wm::WindowState* window_state,

Powered by Google App Engine
This is Rietveld 408576698