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

Unified Diff: ui/accessibility/ax_host_delegate.h

Issue 2826423003: Expand Chrome OS ARC support to create one tree source per package (Closed)
Patch Set: Fake out WMHelper Created 3 years, 7 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
« no previous file with comments | « components/arc/common/accessibility_helper.mojom ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/ax_host_delegate.h
diff --git a/ui/accessibility/ax_host_delegate.h b/ui/accessibility/ax_host_delegate.h
index bc5091d9ec346f030551d7c54dc206cd29fb7b5b..800ec6bcf8fc27bf3ab003c29850234f1504fdb9 100644
--- a/ui/accessibility/ax_host_delegate.h
+++ b/ui/accessibility/ax_host_delegate.h
@@ -32,7 +32,7 @@ class AX_EXPORT AXHostDelegate {
// A tree id appropriate for annotating events sent to an accessibility
// client.
- int32_t tree_id() { return tree_id_; }
+ int32_t tree_id() const { return tree_id_; }
private:
// Register or unregister this class with |AXTreeIDRegistry|.
« no previous file with comments | « components/arc/common/accessibility_helper.mojom ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698