Convert ax_enums.idl to mojom.
https://chromium-review.googlesource.com/c/chromium/src/+/877417
This commit is contained in:
parent
7732da41ba
commit
2047929cb5
3 changed files with 8 additions and 7 deletions
|
@ -46,7 +46,7 @@ bool ViewsDelegate::GetSavedWindowPlacement(
|
|||
}
|
||||
|
||||
void ViewsDelegate::NotifyAccessibilityEvent(views::View* view,
|
||||
ui::AXEvent event_type) {}
|
||||
ax::mojom::Event event_type) {}
|
||||
|
||||
void ViewsDelegate::NotifyMenuItemFocused(const base::string16& menu_name,
|
||||
const base::string16& menu_item_name,
|
||||
|
|
|
@ -28,7 +28,7 @@ class ViewsDelegate : public views::ViewsDelegate {
|
|||
gfx::Rect* bounds,
|
||||
ui::WindowShowState* show_state) const override;
|
||||
void NotifyAccessibilityEvent(views::View* view,
|
||||
ui::AXEvent event_type) override;
|
||||
ax::mojom::Event event_type) override;
|
||||
void NotifyMenuItemFocused(const base::string16& menu_name,
|
||||
const base::string16& menu_item_name,
|
||||
int item_index,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue