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

Unified Diff: content/shell/test_runner/accessibility_controller.h

Issue 2928033002: Move GetDocument method from WebFrame to WebLocalFrame. (Closed)
Patch Set: Rebasing... Created 3 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
Index: content/shell/test_runner/accessibility_controller.h
diff --git a/content/shell/test_runner/accessibility_controller.h b/content/shell/test_runner/accessibility_controller.h
index ab35a90a9fc13167c50e40699a82b18c9669219c..17219e19d2301309589531b90fc17ba9040b50f2 100644
--- a/content/shell/test_runner/accessibility_controller.h
+++ b/content/shell/test_runner/accessibility_controller.h
@@ -50,6 +50,8 @@ class AccessibilityController {
const blink::WebAXObject&,
const blink::WebString& id);
+ blink::WebAXObject GetAccessibilityObjectForMainFrame();
+
// If true, will log all accessibility notifications.
bool log_accessibility_events_;

Powered by Google App Engine
This is Rietveld 408576698