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

Unified Diff: chrome/browser/renderer_host/render_widget_host.h

Issue 3117036: Update browser cache of accessibility tree on renderer sub-tree changes.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Updating from comments. Created 10 years, 4 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: chrome/browser/renderer_host/render_widget_host.h
===================================================================
--- chrome/browser/renderer_host/render_widget_host.h (revision 57122)
+++ chrome/browser/renderer_host/render_widget_host.h (working copy)
@@ -385,6 +385,9 @@
// on a node with this accessibility object id.
void AccessibilityDoDefaultAction(int acc_obj_id);
+ // Acknowledges a ViewHostMsg_AccessibilityObjectChildrenChange message.
+ void AccessibilityObjectChildrenChangeAck();
+
// Sets the active state (i.e., control tints).
virtual void SetActive(bool active);
« no previous file with comments | « chrome/browser/renderer_host/render_view_host.cc ('k') | chrome/browser/renderer_host/render_widget_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698