| Index: ash/common/shelf/shelf_button.h
|
| diff --git a/ash/common/shelf/shelf_button.h b/ash/common/shelf/shelf_button.h
|
| index 243bbad01df0224e350b15fbd804c6463cd563fc..b629b31ea025a9d452dca6e27c61ad57792d2293 100644
|
| --- a/ash/common/shelf/shelf_button.h
|
| +++ b/ash/common/shelf/shelf_button.h
|
| @@ -71,7 +71,7 @@ class ASH_EXPORT ShelfButton : public views::CustomButton {
|
| bool OnMousePressed(const ui::MouseEvent& event) override;
|
| void OnMouseReleased(const ui::MouseEvent& event) override;
|
| bool OnMouseDragged(const ui::MouseEvent& event) override;
|
| - void GetAccessibleState(ui::AXViewState* state) override;
|
| + void GetAccessibleNodeData(ui::AXNodeData* node_data) override;
|
| void Layout() override;
|
| void ChildPreferredSizeChanged(views::View* child) override;
|
| void OnFocus() override;
|
|
|