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

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

Issue 2956053005: Keep track of fixed positioning in accessibility tree.
Patch Set: Created 3 years, 6 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/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.

Powered by Google App Engine
This is Rietveld 408576698