| 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,
|
|
|