| 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,
|
|
|