| Index: chrome/renderer/extensions/automation_internal_custom_bindings.cc
|
| diff --git a/chrome/renderer/extensions/automation_internal_custom_bindings.cc b/chrome/renderer/extensions/automation_internal_custom_bindings.cc
|
| index ce09ccf05b082f754c313902a1966c4ba8d95778..cf20b27718ef6409dca117a727b54ab273538473 100644
|
| --- a/chrome/renderer/extensions/automation_internal_custom_bindings.cc
|
| +++ b/chrome/renderer/extensions/automation_internal_custom_bindings.cc
|
| @@ -1161,7 +1161,8 @@ void AutomationInternalCustomBindings::OnAccessibilityLocationChange(
|
| return;
|
| node->SetLocation(params.new_location.offset_container_id,
|
| params.new_location.bounds,
|
| - params.new_location.transform.get());
|
| + params.new_location.transform.get(),
|
| + params.new_location.is_fixed_positioned);
|
| }
|
|
|
| void AutomationInternalCustomBindings::OnNodeDataWillChange(
|
|
|