| Index: ash/common/shelf/app_list_button.h
|
| diff --git a/ash/common/shelf/app_list_button.h b/ash/common/shelf/app_list_button.h
|
| index af0fdbd9d4192fd552694607b66fa31ae5b5ab5f..4c944c7538d8c21cc4cda1b6275687cd6c5fe57d 100644
|
| --- a/ash/common/shelf/app_list_button.h
|
| +++ b/ash/common/shelf/app_list_button.h
|
| @@ -37,7 +37,7 @@ class ASH_EXPORT AppListButton : public views::ImageButton {
|
| void OnMouseCaptureLost() override;
|
| bool OnMouseDragged(const ui::MouseEvent& event) override;
|
| void OnPaint(gfx::Canvas* canvas) override;
|
| - void GetAccessibleState(ui::AXViewState* state) override;
|
| + void GetAccessibleNodeData(ui::AXNodeData* node_data) override;
|
| std::unique_ptr<views::InkDropRipple> CreateInkDropRipple() const override;
|
| void NotifyClick(const ui::Event& event) override;
|
| bool ShouldEnterPushedState(const ui::Event& event) override;
|
|
|