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

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

Issue 2893683002: Selection follows focus/activedescendant in single selection containers (Closed)
Patch Set: Last test to fix we hope 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 c9772b1c435cfd2904534f30377dddbfb4e8108b..4af60555d9f9725e987ae14140d31ab8f1807cfd 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXObjectImpl.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXObjectImpl.h
@@ -708,6 +708,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