|
cc: Plumb more details about pixel refs to tile manager.
This patch plumbs the full pixel ref information (including matrix and
rect) to tile manager. Currently, we still just use the pixel ref
itself, but this will change.
Also modifies unittests to test the rect to be in the expected area.
Changing the unittests also revealed a few bugs that this patch also
addresses.
R=danakj, enne, weiliangc
BUG= 516751
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
Committed: https://crrev.com/66d74d497c608b8b3349597d2c82dea030c0c8be
Cr-Commit-Position: refs/heads/master@{#343285}
Total comments: 6
Total comments: 7
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+574 lines, -308 lines) |
Patch |
 |
M |
cc/playback/display_item_list.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/playback/display_list_raster_source.h
|
View
|
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/playback/display_list_raster_source.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/playback/display_list_raster_source_unittest.cc
|
View
|
|
1 chunk |
+55 lines, -25 lines |
0 comments
|
Download
|
 |
M |
cc/playback/display_list_recording_source_unittest.cc
|
View
|
|
2 chunks |
+103 lines, -51 lines |
0 comments
|
Download
|
 |
M |
cc/playback/picture.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/playback/picture_pile_impl.h
|
View
|
|
2 chunks |
+10 lines, -5 lines |
0 comments
|
Download
|
 |
M |
cc/playback/picture_pile_impl.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/playback/picture_pile_impl_unittest.cc
|
View
|
|
7 chunks |
+103 lines, -42 lines |
0 comments
|
Download
|
 |
M |
cc/playback/pixel_ref_map.h
|
View
|
|
4 chunks |
+7 lines, -5 lines |
0 comments
|
Download
|
 |
M |
cc/playback/pixel_ref_map.cc
|
View
|
1
2
|
2 chunks |
+16 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/playback/pixel_ref_map_unittest.cc
|
View
|
|
6 chunks |
+95 lines, -42 lines |
0 comments
|
Download
|
 |
M |
cc/playback/raster_source.h
|
View
|
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/playback/recording_source_unittest.cc
|
View
|
|
6 chunks |
+137 lines, -95 lines |
0 comments
|
Download
|
 |
M |
cc/tiles/image_decode_controller.h
|
View
|
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/tiles/image_decode_controller.cc
|
View
|
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/tiles/tile_manager.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
skia/ext/pixel_ref_utils.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
skia/ext/pixel_ref_utils.cc
|
View
|
1
2
|
3 chunks |
+7 lines, -9 lines |
0 comments
|
Download
|
 |
M |
skia/ext/pixel_ref_utils_unittest.cc
|
View
|
1
2
3
|
13 chunks |
+15 lines, -13 lines |
0 comments
|
Download
|
Total messages: 18 (4 generated)
|