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

Unified Diff: trunk/src/content/browser/accessibility/accessibility_tree_formatter.h

Issue 408663006: Revert 284065 "Revert of Revert of Migrate accessibility from Re..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 5 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: trunk/src/content/browser/accessibility/accessibility_tree_formatter.h
===================================================================
--- trunk/src/content/browser/accessibility/accessibility_tree_formatter.h (revision 284469)
+++ trunk/src/content/browser/accessibility/accessibility_tree_formatter.h (working copy)
@@ -16,7 +16,7 @@
namespace content {
-class WebContents;
+class RenderViewHost;
// A utility class for formatting platform-specific accessibility information,
// for use in testing, debugging, and developer tools.
@@ -27,7 +27,7 @@
explicit AccessibilityTreeFormatter(BrowserAccessibility* root);
virtual ~AccessibilityTreeFormatter();
- static AccessibilityTreeFormatter* Create(WebContents* wc);
+ static AccessibilityTreeFormatter* Create(RenderViewHost* rvh);
// Populates the given DictionaryValue with the accessibility tree.
// The dictionary contains a key/value pair for each attribute of the node,

Powered by Google App Engine
This is Rietveld 408576698