| Index: ui/accessibility/ax_enums.idl
|
| diff --git a/ui/accessibility/ax_enums.idl b/ui/accessibility/ax_enums.idl
|
| index 5f8c39e147be389d1880b2354fa8b3ddda9273de..10088ce6e9f69c6d913a1eeca2b0934da609e9e0 100644
|
| --- a/ui/accessibility/ax_enums.idl
|
| +++ b/ui/accessibility/ax_enums.idl
|
| @@ -38,6 +38,7 @@
|
| focus,
|
| hide, // Remove: http://crbug.com/392502
|
| hover,
|
| + image_frame_updated, // Web
|
| invalid_status_changed, // Implicit
|
| layout_complete, // Web
|
| live_region_created, // Implicit
|
| @@ -242,6 +243,9 @@
|
|
|
| focus,
|
|
|
| + // Return the content of this image object in the image_data attribute.
|
| + get_image_data,
|
| +
|
| // Given a point, find the object it corresponds to and fire a
|
| // HOVER event on it in response.
|
| hit_test,
|
| @@ -304,6 +308,7 @@
|
| // Only present when different from parent.
|
| font_family,
|
| html_tag,
|
| + image_data_url,
|
| // Only present when different from parent.
|
| language,
|
| name,
|
|
|