|
Replace gfx::Rect with gfx::RectF in ui::AXNodeData
This is a mechanical change to switch to using floating-point rects internally
for accessible bounding boxes. In cases where we need to convert back to
a gfx::Rect, we use gfx::ToEnclosingRect.
This change is necessary so that in the future we can use relative
bounding boxes and transformation matrices in the accessibility tree.
In isolation this change should have no effect except that objects might
be off by one pixel due to differences in when rounding happens.
BUG= 618120
Committed: https://crrev.com/7535c4d868bff31a671bfe956c08cf3a7c381109
Cr-Commit-Position: refs/heads/master@{#406963}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+53 lines, -47 lines) |
Patch |
 |
M |
chrome/renderer/extensions/automation_internal_custom_bindings.cc
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/pdf/renderer/pdf_accessibility_tree.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/accessibility/accessibility_tree_formatter_blink.cc
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/accessibility/browser_accessibility.cc
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/accessibility/browser_accessibility_manager_unittest.cc
|
View
|
1
|
8 chunks |
+14 lines, -14 lines |
0 comments
|
Download
|
 |
M |
content/common/accessibility_messages.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/accessibility/blink_ax_tree_source.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/accessibility/render_accessibility_impl.h
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/accessibility/render_accessibility_impl.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/accessibility/ax_node.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/accessibility/ax_node.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/accessibility/ax_node_data.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/accessibility/ax_tree_combiner.cc
|
View
|
|
1 chunk |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
ui/accessibility/ax_tree_combiner_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/accessibility/ax_tree_unittest.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/accessibility/platform/ax_platform_node_auralinux.cc
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/accessibility/platform/ax_platform_node_base.cc
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/accessibility/platform/ax_platform_node_win.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/accessibility/platform/ax_platform_node_win_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/views/accessibility/ax_view_obj_wrapper.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/views/accessibility/ax_widget_obj_wrapper.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/views/accessibility/ax_window_obj_wrapper.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/views/accessibility/native_view_accessibility.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/views/accessibility/native_view_accessibility_unittest.cc
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
Total messages: 23 (16 generated)
|