| Index: chrome/browser/ui/views/autofill/tooltip_icon.h
|
| diff --git a/chrome/browser/ui/views/autofill/tooltip_icon.h b/chrome/browser/ui/views/autofill/tooltip_icon.h
|
| index 9e6f16538192da3fa3e0d9c263a9cdc2fccc5bc3..482ba0b963ad498f22c1fc40723cdb2593d1cef9 100644
|
| --- a/chrome/browser/ui/views/autofill/tooltip_icon.h
|
| +++ b/chrome/browser/ui/views/autofill/tooltip_icon.h
|
| @@ -36,7 +36,7 @@ class TooltipIcon : public views::ImageView,
|
| void OnMouseEntered(const ui::MouseEvent& event) override;
|
| void OnMouseExited(const ui::MouseEvent& event) override;
|
| void OnGestureEvent(ui::GestureEvent* event) override;
|
| - void GetAccessibleState(ui::AXViewState* state) override;
|
| + void GetAccessibleNodeData(ui::AXNodeData* node_data) override;
|
|
|
| // views::MouseWatcherListener:
|
| void MouseMovedOutOfHost() override;
|
| @@ -49,7 +49,7 @@ class TooltipIcon : public views::ImageView,
|
| }
|
|
|
| private:
|
| - // Changes the color to reflect the hover state.
|
| + // Changes the color to reflect the hover node_data.
|
| void SetDrawAsHovered(bool hovered);
|
|
|
| // Creates and shows |bubble_|. If |bubble_| already exists, just cancels a
|
|
|