Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(221)

Unified Diff: components/exo/surface.h

Issue 2640123004: Initial support for native accessibility in ARC (Closed)
Patch Set: Experimental changes Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698