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

Unified Diff: third_party/WebKit/public/web/WebAXObject.h

Issue 2956053005: Keep track of fixed positioning in accessibility tree.
Patch Set: GetSimpleRelativeBounds, add failing test for fixed with transform Created 3 years, 5 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
« no previous file with comments | « third_party/WebKit/Source/modules/exported/WebAXObject.cpp ('k') | ui/accessibility/ax_node.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebAXObject.h
diff --git a/third_party/WebKit/public/web/WebAXObject.h b/third_party/WebKit/public/web/WebAXObject.h
index 85ddac8f20182e150ad29ed073d7fbd94725bce8..972b257d30ba0c868a020327c71f10a96935c440 100644
--- a/third_party/WebKit/public/web/WebAXObject.h
+++ b/third_party/WebKit/public/web/WebAXObject.h
@@ -344,7 +344,8 @@ class WebAXObject {
// container's transform. Do this until you reach the root of the tree.
BLINK_EXPORT void GetRelativeBounds(WebAXObject& offset_container,
WebFloatRect& bounds_in_container,
- SkMatrix44& container_transform) const;
+ SkMatrix44& container_transform,
+ bool& is_fixed_positioned) const;
// Make this object visible by scrolling as many nested scrollable views as
// needed.
« no previous file with comments | « third_party/WebKit/Source/modules/exported/WebAXObject.cpp ('k') | ui/accessibility/ax_node.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698