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

Unified Diff: webkit/glue/webaccessibilitymanager_impl.h

Issue 118206: Fixes an issue where the MSAA information was not reported back correctly to ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 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 | « webkit/glue/webaccessibility.h ('k') | webkit/glue/webaccessibilitymanager_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webaccessibilitymanager_impl.h
===================================================================
--- webkit/glue/webaccessibilitymanager_impl.h (revision 17645)
+++ webkit/glue/webaccessibilitymanager_impl.h (working copy)
@@ -35,6 +35,9 @@
// Needed so WebAccessibilityManager::Create can call our constructor.
friend class WebAccessibilityManager;
+ // Constructor creates a new GlueAccessibilityObjectRoot, and initializes
+ // the root |acc_obj_id_| to 1000, to avoid conflicts with platform-specific
+ // child ids.
WebAccessibilityManagerImpl();
~WebAccessibilityManagerImpl();
« no previous file with comments | « webkit/glue/webaccessibility.h ('k') | webkit/glue/webaccessibilitymanager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698