|
cc: Add RasterSource::PlaybackSettings for finer control of raster.
This patch adds a new settings struct that needs to be passed when
we play a raster source into a canvas. This should be used for bools
that affect how we raster the source.
R=enne
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
Committed: https://crrev.com/3f9000d458efd36bcf829a1d0d5bcc8cd50b5ee0
Cr-Commit-Position: refs/heads/master@{#384678}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+152 lines, -155 lines) |
Patch |
 |
M |
cc/debug/rasterize_and_record_benchmark_impl.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/layers/picture_layer_impl_unittest.cc
|
View
|
1
2
|
1 chunk |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/output/software_renderer.cc
|
View
|
|
2 chunks |
+8 lines, -7 lines |
0 comments
|
Download
|
 |
M |
cc/playback/raster_source.h
|
View
|
1
2
|
3 chunks |
+16 lines, -15 lines |
0 comments
|
Download
|
 |
M |
cc/playback/raster_source.cc
|
View
|
1
|
3 chunks |
+15 lines, -35 lines |
0 comments
|
Download
|
 |
M |
cc/playback/raster_source_unittest.cc
|
View
|
|
6 chunks |
+7 lines, -10 lines |
0 comments
|
Download
|
 |
M |
cc/raster/bitmap_tile_task_worker_pool.cc
|
View
|
|
2 chunks |
+8 lines, -7 lines |
0 comments
|
Download
|
 |
M |
cc/raster/gpu_rasterizer.h
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/raster/gpu_rasterizer.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/raster/gpu_tile_task_worker_pool.cc
|
View
|
|
2 chunks |
+9 lines, -8 lines |
0 comments
|
Download
|
 |
M |
cc/raster/one_copy_tile_task_worker_pool.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/raster/one_copy_tile_task_worker_pool.cc
|
View
|
|
3 chunks |
+10 lines, -9 lines |
0 comments
|
Download
|
 |
M |
cc/raster/raster_buffer.h
|
View
|
|
1 chunk |
+8 lines, -7 lines |
0 comments
|
Download
|
 |
M |
cc/raster/tile_task_worker_pool.h
|
View
|
|
3 chunks |
+11 lines, -10 lines |
0 comments
|
Download
|
 |
M |
cc/raster/tile_task_worker_pool.cc
|
View
|
|
3 chunks |
+12 lines, -11 lines |
0 comments
|
Download
|
 |
M |
cc/raster/tile_task_worker_pool_unittest.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/raster/zero_copy_tile_task_worker_pool.cc
|
View
|
|
2 chunks |
+8 lines, -7 lines |
0 comments
|
Download
|
 |
M |
cc/test/fake_raster_source.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/test/fake_raster_source.cc
|
View
|
|
1 chunk |
+7 lines, -6 lines |
0 comments
|
Download
|
 |
M |
cc/tiles/tile_manager.cc
|
View
|
|
6 chunks |
+16 lines, -11 lines |
0 comments
|
Download
|
Total messages: 17 (10 generated)
|