| 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.
|
|
|