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

Unified Diff: chrome/renderer/extensions/automation_internal_custom_bindings.cc

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
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 cb26e431e744906cd2bfd03b4ab865eeb0761616..6415b7c54bb36101de4e67309295359e077cb60a 100644
--- a/chrome/renderer/extensions/automation_internal_custom_bindings.cc
+++ b/chrome/renderer/extensions/automation_internal_custom_bindings.cc
@@ -1190,7 +1190,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(
« no previous file with comments | « chrome/common/extensions/chrome_extension_messages.h ('k') | content/browser/accessibility/browser_accessibility_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698