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

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

Issue 2893683002: Selection follows focus/activedescendant in single selection containers (Closed)
Patch Set: Format Created 3 years, 7 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/AXObjectImpl.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXObjectImpl.h b/third_party/WebKit/Source/modules/accessibility/AXObjectImpl.h
index 836f8ad90008241e40dc20835c3da20b4a92a361..94dd727cf7dde1abc1cb2330d9fb0b2a88559094 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXObjectImpl.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXObjectImpl.h
@@ -967,6 +967,8 @@ class MODULES_EXPORT AXObjectImpl
virtual AXObjectImpl* ComputeParentIfExists() const { return 0; }
AXObjectImpl* CachedParentObject() const { return parent_; }
AXObjectImpl* ParentObjectUnignored() const;
+ AXObjectImpl* ContainerWidget() const;
+ bool IsContainerWidget() const;
// Low-level accessibility tree exploration, only for use within the
// accessibility module.

Powered by Google App Engine
This is Rietveld 408576698