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

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXObject.h

Issue 1589623002: Keep track of accessibility focus across windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Final suggestions Created 4 years, 10 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: third_party/WebKit/Source/modules/accessibility/AXObject.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXObject.h b/third_party/WebKit/Source/modules/accessibility/AXObject.h
index 289ea5325eb3246c9ab4f999f294f5e51a70ba81..d6e4de96cde99f5ece1e4e2ba29ca6e78c227cf0 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXObject.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXObject.h
@@ -821,7 +821,6 @@ public:
// Properties of the object's owning document or page.
virtual double estimatedLoadingProgress() const { return 0; }
- AXObject* focusedUIElement() const;
// DOM and layout tree access.
virtual Node* node() const { return 0; }

Powered by Google App Engine
This is Rietveld 408576698