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

Unified Diff: content/browser/accessibility/browser_accessibility.h

Issue 799633007: Make Windows accessibility event firing aware of guest / child frames. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webview_fixes
Patch Set: Address more feedback Created 5 years, 11 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/browser/accessibility/browser_accessibility.h
diff --git a/content/browser/accessibility/browser_accessibility.h b/content/browser/accessibility/browser_accessibility.h
index e399b8604f59bc6ffd97bb004b2d65ea0e85fdd4..37f2fe04736c1d5e01a7ea8170b2bdf4d0e59a76 100644
--- a/content/browser/accessibility/browser_accessibility.h
+++ b/content/browser/accessibility/browser_accessibility.h
@@ -267,6 +267,11 @@ class CONTENT_EXPORT BrowserAccessibility {
// including this object if it's static text.
int GetStaticTextLenRecursive() const;
+ // Similar to GetParent(), but includes nodes that are the host of a
+ // subtree rather than skipping over them - because they contain important
+ // bounds offsets.
+ BrowserAccessibility* GetParentForBoundsCalculation() const;
+
std::string name_;
std::string value_;

Powered by Google App Engine
This is Rietveld 408576698