| Index: content/browser/accessibility/accessibility_tree_formatter.h
|
| diff --git a/content/browser/accessibility/accessibility_tree_formatter.h b/content/browser/accessibility/accessibility_tree_formatter.h
|
| index 39c6a4aa283c5473bad3c24ccbcfeb2a8346a49c..a290886aad922b34c77536755589c34f36269d71 100644
|
| --- a/content/browser/accessibility/accessibility_tree_formatter.h
|
| +++ b/content/browser/accessibility/accessibility_tree_formatter.h
|
| @@ -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,
|
|
|