| Index: components/exo/surface.h
|
| diff --git a/components/exo/surface.h b/components/exo/surface.h
|
| index 0aeaa0edaa9481a287195be1f8d3fc6d73a52346..bde2f096f205faad730ff80b5ed843b48eda5600 100644
|
| --- a/components/exo/surface.h
|
| +++ b/components/exo/surface.h
|
| @@ -238,6 +238,9 @@ class Surface : public ui::ContextFactoryObserver,
|
| return pending_damage_.contains(gfx::RectToSkIRect(damage));
|
| }
|
|
|
| + // Updates the accessible tree source for this surface.
|
| + void UpdateAXTreeID(int32_t id);
|
| +
|
| private:
|
| struct State {
|
| State();
|
|
|