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

Issue 1144693002: cc: Move files out of cc/resources/. (Closed)

Created:
5 years, 7 months ago by danakj
Modified:
5 years, 7 months ago
Reviewers:
enne (OOO), vmpstr, piman
CC:
chromium-reviews, cc-bugs_chromium.org, piman
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

cc: Move files out of cc/resources/. This moves files into cc/playback/ cc/raster/ cc/tiles/ and cc/output/ and is based on the proposal found in https://docs.google.com/spreadsheets/d/1wmPOmV9uqd9zNJ5l2TGePH7_vlSvPeXbC-Y3SeGJ_rc/edit#gid=0 R=enne, vmpstr TBR=piman BUG=488755 Committed: https://crrev.com/92015685c3dc2ef005e58c975269f532468e68b8 Cr-Commit-Position: refs/heads/master@{#330396}

Patch Set 1 #

Patch Set 2 : resources: . #

Patch Set 3 : resources: rebaseandui #

Patch Set 4 : resources: moreheaders #

Patch Set 5 : resources: android #

Unified diffs Side-by-side diffs Delta from patch set Stats (+710 lines, -27405 lines) Patch
M cc/BUILD.gn View 1 2 3 4 11 chunks +122 lines, -122 lines 0 comments Download
M cc/blink/web_display_item_list_impl.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/blink/web_display_item_list_impl.cc View 1 2 3 4 1 chunk +7 lines, -7 lines 0 comments Download
M cc/cc.gyp View 1 2 3 4 8 chunks +98 lines, -98 lines 0 comments Download
M cc/cc_tests.gyp View 1 2 3 4 3 chunks +23 lines, -23 lines 0 comments Download
M cc/debug/frame_viewer_instrumentation.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M cc/debug/picture_record_benchmark.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/debug/rasterize_and_record_benchmark.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/debug/rasterize_and_record_benchmark.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M cc/debug/rasterize_and_record_benchmark_impl.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/debug/rasterize_and_record_benchmark_impl.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/debug/traced_picture.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/content_layer_client.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/layer_impl.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/picture_image_layer.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/picture_image_layer_impl_unittest.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M cc/layers/picture_image_layer_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/picture_layer.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layers/picture_layer_impl.h View 1 2 3 4 1 chunk +4 lines, -4 lines 0 comments Download
M cc/layers/picture_layer_impl.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layers/picture_layer_impl_perftest.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M cc/layers/picture_layer_impl_unittest.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M cc/layers/tiled_layer.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/tiled_layer_impl.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/tiled_layer_impl_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/output/direct_renderer.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/output/gl_renderer.cc View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
M cc/output/gl_renderer_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + cc/output/layer_quad.h View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
A + cc/output/layer_quad.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + cc/output/layer_quad_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/output/managed_memory_policy.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + cc/output/texture_mailbox_deleter.h View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
A + cc/output/texture_mailbox_deleter.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + cc/output/texture_mailbox_deleter_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + cc/playback/clip_display_item.h View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
A + cc/playback/clip_display_item.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + cc/playback/clip_path_display_item.h View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
A + cc/playback/clip_path_display_item.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + cc/playback/compositing_display_item.h View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
A + cc/playback/compositing_display_item.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + cc/playback/display_item.h View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
A + cc/playback/display_item.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + cc/playback/display_item_list.h View 1 2 3 4 3 chunks +5 lines, -5 lines 0 comments Download
A + cc/playback/display_item_list.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
A + cc/playback/display_item_list_unittest.cc View 1 2 3 4 1 chunk +5 lines, -5 lines 0 comments Download
A + cc/playback/display_list_raster_source.h View 1 2 3 4 2 chunks +5 lines, -5 lines 0 comments Download
A + cc/playback/display_list_raster_source.cc View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
A + cc/playback/display_list_recording_source.h View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
A + cc/playback/display_list_recording_source.cc View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
A + cc/playback/display_list_recording_source_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + cc/playback/drawing_display_item.h View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
A + cc/playback/drawing_display_item.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + cc/playback/filter_display_item.h View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
A + cc/playback/filter_display_item.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + cc/playback/float_clip_display_item.h View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
A + cc/playback/float_clip_display_item.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + cc/playback/largest_display_item.h View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
A + cc/playback/largest_display_item.cc View 1 2 3 4 1 chunk +8 lines, -8 lines 0 comments Download
A + cc/playback/picture.h View 1 2 3 4 3 chunks +5 lines, -5 lines 0 comments Download
A + cc/playback/picture.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + cc/playback/picture_pile.h View 1 2 3 4 3 chunks +4 lines, -4 lines 0 comments Download
A + cc/playback/picture_pile.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
A + cc/playback/picture_pile_impl.h View 1 2 3 4 3 chunks +6 lines, -6 lines 0 comments Download
A + cc/playback/picture_pile_impl.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
A + cc/playback/picture_pile_impl_perftest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + cc/playback/picture_pile_impl_unittest.cc View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + cc/playback/picture_pile_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + cc/playback/picture_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + cc/playback/pixel_ref_map.h View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
A + cc/playback/pixel_ref_map.cc View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
A + cc/playback/pixel_ref_map_unittest.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
A + cc/playback/raster_source.h View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
A + cc/playback/raster_source_helper.h View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
A + cc/playback/raster_source_helper.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + cc/playback/recording_source.h View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
A + cc/playback/recording_source_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + cc/playback/transform_display_item.h View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
A + cc/playback/transform_display_item.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/quads/list_container.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/quads/picture_draw_quad.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + cc/raster/bitmap_tile_task_worker_pool.h View 1 2 3 4 2 chunks +5 lines, -5 lines 0 comments Download
A + cc/raster/bitmap_tile_task_worker_pool.cc View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
A + cc/raster/gpu_rasterizer.h View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
A + cc/raster/gpu_rasterizer.cc View 1 2 3 4 2 chunks +5 lines, -5 lines 0 comments Download
A + cc/raster/gpu_tile_task_worker_pool.h View 1 2 3 4 2 chunks +5 lines, -5 lines 0 comments Download
A + cc/raster/gpu_tile_task_worker_pool.cc View 1 2 3 4 1 chunk +5 lines, -5 lines 0 comments Download
A + cc/raster/one_copy_tile_task_worker_pool.h View 1 2 3 4 2 chunks +5 lines, -5 lines 0 comments Download
A + cc/raster/one_copy_tile_task_worker_pool.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
A + cc/raster/pixel_buffer_tile_task_worker_pool.h View 1 2 3 4 3 chunks +5 lines, -5 lines 0 comments Download
A + cc/raster/pixel_buffer_tile_task_worker_pool.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
A + cc/raster/raster_buffer.h View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
A + cc/raster/raster_buffer.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + cc/raster/scoped_gpu_raster.h View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
A + cc/raster/scoped_gpu_raster.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + cc/raster/scoped_gpu_raster_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + cc/raster/task_graph_runner.h View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
A + cc/raster/task_graph_runner.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + cc/raster/task_graph_runner_perftest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + cc/raster/task_graph_runner_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + cc/raster/texture_compressor.h View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
A + cc/raster/texture_compressor.cc View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
A + cc/raster/texture_compressor_etc1.h View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
A + cc/raster/texture_compressor_etc1.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + cc/raster/texture_compressor_etc1_sse.h View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
A + cc/raster/texture_compressor_etc1_sse.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
A + cc/raster/texture_compressor_etc1_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + cc/raster/texture_compressor_perftest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + cc/raster/tile_task_runner.h View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
A + cc/raster/tile_task_runner.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + cc/raster/tile_task_worker_pool.h View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
A + cc/raster/tile_task_worker_pool.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
A + cc/raster/tile_task_worker_pool_perftest.cc View 1 2 3 4 1 chunk +9 lines, -9 lines 0 comments Download
A + cc/raster/tile_task_worker_pool_unittest.cc View 1 2 3 4 2 chunks +11 lines, -11 lines 0 comments Download
A + cc/raster/zero_copy_tile_task_worker_pool.h View 1 2 3 4 2 chunks +5 lines, -5 lines 0 comments Download
A + cc/raster/zero_copy_tile_task_worker_pool.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
D cc/resources/bitmap_tile_task_worker_pool.h View 1 2 3 4 1 chunk +0 lines, -81 lines 0 comments Download
D cc/resources/bitmap_tile_task_worker_pool.cc View 1 2 3 4 1 chunk +0 lines, -206 lines 0 comments Download
D cc/resources/clip_display_item.h View 1 2 3 4 1 chunk +0 lines, -48 lines 0 comments Download
D cc/resources/clip_display_item.cc View 1 2 3 4 1 chunk +0 lines, -95 lines 0 comments Download
D cc/resources/clip_path_display_item.h View 1 2 3 4 1 chunk +0 lines, -50 lines 0 comments Download
D cc/resources/clip_path_display_item.cc View 1 2 3 4 1 chunk +0 lines, -61 lines 0 comments Download
D cc/resources/compositing_display_item.h View 1 2 3 4 1 chunk +0 lines, -58 lines 0 comments Download
D cc/resources/compositing_display_item.cc View 1 2 3 4 1 chunk +0 lines, -78 lines 0 comments Download
D cc/resources/display_item.h View 1 2 3 4 1 chunk +0 lines, -51 lines 0 comments Download
D cc/resources/display_item.cc View 1 2 3 4 1 chunk +0 lines, -12 lines 0 comments Download
D cc/resources/display_item_list.h View 1 2 3 4 1 chunk +0 lines, -100 lines 0 comments Download
D cc/resources/display_item_list.cc View 1 2 3 4 1 chunk +0 lines, -229 lines 0 comments Download
D cc/resources/display_item_list_unittest.cc View 1 2 3 4 1 chunk +0 lines, -340 lines 0 comments Download
D cc/resources/display_list_raster_source.h View 1 2 3 4 1 chunk +0 lines, -98 lines 0 comments Download
D cc/resources/display_list_raster_source.cc View 1 2 3 4 1 chunk +0 lines, -235 lines 0 comments Download
D cc/resources/display_list_recording_source.h View 1 2 3 4 1 chunk +0 lines, -70 lines 0 comments Download
D cc/resources/display_list_recording_source.cc View 1 2 3 4 1 chunk +0 lines, -192 lines 0 comments Download
D cc/resources/display_list_recording_source_unittest.cc View 1 2 3 4 1 chunk +0 lines, -165 lines 0 comments Download
D cc/resources/drawing_display_item.h View 1 2 3 4 1 chunk +0 lines, -38 lines 0 comments Download
D cc/resources/drawing_display_item.cc View 1 2 3 4 1 chunk +0 lines, -62 lines 0 comments Download
D cc/resources/eviction_tile_priority_queue.h View 1 2 3 4 1 chunk +0 lines, -46 lines 0 comments Download
D cc/resources/eviction_tile_priority_queue.cc View 1 2 3 4 1 chunk +0 lines, -161 lines 0 comments Download
D cc/resources/filter_display_item.h View 1 2 3 4 1 chunk +0 lines, -49 lines 0 comments Download
D cc/resources/filter_display_item.cc View 1 2 3 4 1 chunk +0 lines, -81 lines 0 comments Download
D cc/resources/float_clip_display_item.h View 1 2 3 4 1 chunk +0 lines, -49 lines 0 comments Download
D cc/resources/float_clip_display_item.cc View 1 2 3 4 1 chunk +0 lines, -58 lines 0 comments Download
D cc/resources/gpu_rasterizer.h View 1 2 3 4 1 chunk +0 lines, -49 lines 0 comments Download
D cc/resources/gpu_rasterizer.cc View 1 2 3 4 1 chunk +0 lines, -85 lines 0 comments Download
D cc/resources/gpu_tile_task_worker_pool.h View 1 2 3 4 1 chunk +0 lines, -82 lines 0 comments Download
D cc/resources/gpu_tile_task_worker_pool.cc View 1 2 3 4 1 chunk +0 lines, -229 lines 0 comments Download
D cc/resources/largest_display_item.h View 1 2 3 4 1 chunk +0 lines, -17 lines 0 comments Download
D cc/resources/largest_display_item.cc View 1 2 3 4 1 chunk +0 lines, -71 lines 0 comments Download
D cc/resources/layer_quad.h View 1 2 3 4 1 chunk +0 lines, -113 lines 0 comments Download
D cc/resources/layer_quad.cc View 1 2 3 4 1 chunk +0 lines, -124 lines 0 comments Download
D cc/resources/layer_quad_unittest.cc View 1 2 3 4 1 chunk +0 lines, -69 lines 0 comments Download
D cc/resources/layer_tiling_data.h View 1 2 3 4 1 chunk +0 lines, -102 lines 0 comments Download
D cc/resources/layer_tiling_data.cc View 1 2 3 4 1 chunk +0 lines, -116 lines 0 comments Download
D cc/resources/one_copy_tile_task_worker_pool.h View 1 2 3 4 1 chunk +0 lines, -144 lines 0 comments Download
D cc/resources/one_copy_tile_task_worker_pool.cc View 1 2 3 4 1 chunk +0 lines, -511 lines 0 comments Download
D cc/resources/picture.h View 1 2 3 4 1 chunk +0 lines, -119 lines 0 comments Download
D cc/resources/picture.cc View 1 2 3 4 1 chunk +0 lines, -340 lines 0 comments Download
D cc/resources/picture_layer_tiling.h View 1 2 3 4 1 chunk +0 lines, -371 lines 0 comments Download
D cc/resources/picture_layer_tiling.cc View 1 2 3 4 1 chunk +0 lines, -1080 lines 0 comments Download
D cc/resources/picture_layer_tiling_perftest.cc View 1 2 3 4 1 chunk +0 lines, -174 lines 0 comments Download
D cc/resources/picture_layer_tiling_set.h View 1 2 3 4 1 chunk +0 lines, -206 lines 0 comments Download
D cc/resources/picture_layer_tiling_set.cc View 1 2 3 4 1 chunk +0 lines, -605 lines 0 comments Download
D cc/resources/picture_layer_tiling_set_unittest.cc View 1 2 3 4 1 chunk +0 lines, -454 lines 0 comments Download
D cc/resources/picture_layer_tiling_unittest.cc View 1 2 3 4 1 chunk +0 lines, -1975 lines 0 comments Download
D cc/resources/picture_pile.h View 1 2 3 4 1 chunk +0 lines, -107 lines 0 comments Download
D cc/resources/picture_pile.cc View 1 2 3 4 1 chunk +0 lines, -684 lines 0 comments Download
D cc/resources/picture_pile_impl.h View 1 2 3 4 1 chunk +0 lines, -159 lines 0 comments Download
D cc/resources/picture_pile_impl.cc View 1 2 3 4 1 chunk +0 lines, -463 lines 0 comments Download
D cc/resources/picture_pile_impl_perftest.cc View 1 2 3 4 1 chunk +0 lines, -83 lines 0 comments Download
D cc/resources/picture_pile_impl_unittest.cc View 1 2 3 4 1 chunk +0 lines, -549 lines 0 comments Download
D cc/resources/picture_pile_unittest.cc View 1 2 3 4 1 chunk +0 lines, -1345 lines 0 comments Download
D cc/resources/picture_unittest.cc View 1 2 3 4 1 chunk +0 lines, -181 lines 0 comments Download
D cc/resources/pixel_buffer_tile_task_worker_pool.h View 1 2 3 4 1 chunk +0 lines, -143 lines 0 comments Download
D cc/resources/pixel_buffer_tile_task_worker_pool.cc View 1 2 3 4 1 chunk +0 lines, -730 lines 0 comments Download
D cc/resources/pixel_ref_map.h View 1 2 3 4 1 chunk +0 lines, -94 lines 0 comments Download
D cc/resources/pixel_ref_map.cc View 1 2 3 4 1 chunk +0 lines, -172 lines 0 comments Download
D cc/resources/pixel_ref_map_unittest.cc View 1 2 3 4 1 chunk +0 lines, -292 lines 0 comments Download
D cc/resources/prioritized_tile.h View 1 2 3 4 1 chunk +0 lines, -46 lines 0 comments Download
D cc/resources/prioritized_tile.cc View 1 2 3 4 1 chunk +0 lines, -41 lines 0 comments Download
D cc/resources/raster_buffer.h View 1 2 3 4 1 chunk +0 lines, -26 lines 0 comments Download
D cc/resources/raster_buffer.cc View 1 2 3 4 1 chunk +0 lines, -15 lines 0 comments Download
D cc/resources/raster_source.h View 1 2 3 4 1 chunk +0 lines, -116 lines 0 comments Download
D cc/resources/raster_source_helper.h View 1 2 3 4 1 chunk +0 lines, -29 lines 0 comments Download
D cc/resources/raster_source_helper.cc View 1 2 3 4 1 chunk +0 lines, -81 lines 0 comments Download
D cc/resources/raster_tile_priority_queue.h View 1 2 3 4 1 chunk +0 lines, -42 lines 0 comments Download
D cc/resources/raster_tile_priority_queue.cc View 1 2 3 4 1 chunk +0 lines, -37 lines 0 comments Download
D cc/resources/raster_tile_priority_queue_all.h View 1 2 3 4 1 chunk +0 lines, -48 lines 0 comments Download
D cc/resources/raster_tile_priority_queue_all.cc View 1 2 3 4 1 chunk +0 lines, -170 lines 0 comments Download
D cc/resources/raster_tile_priority_queue_required.h View 1 2 3 4 1 chunk +0 lines, -45 lines 0 comments Download
D cc/resources/raster_tile_priority_queue_required.cc View 1 2 3 4 1 chunk +0 lines, -85 lines 0 comments Download
D cc/resources/recording_source.h View 1 2 3 4 1 chunk +0 lines, -63 lines 0 comments Download
D cc/resources/recording_source_unittest.cc View 1 2 3 4 1 chunk +0 lines, -470 lines 0 comments Download
D cc/resources/scoped_gpu_raster.h View 1 2 3 4 1 chunk +0 lines, -34 lines 0 comments Download
D cc/resources/scoped_gpu_raster.cc View 1 2 3 4 1 chunk +0 lines, -51 lines 0 comments Download
D cc/resources/scoped_gpu_raster_unittest.cc View 1 2 3 4 1 chunk +0 lines, -39 lines 0 comments Download
D cc/resources/task_graph_runner.h View 1 2 3 4 1 chunk +0 lines, -232 lines 0 comments Download
D cc/resources/task_graph_runner.cc View 1 2 3 4 1 chunk +0 lines, -481 lines 0 comments Download
D cc/resources/task_graph_runner_perftest.cc View 1 2 3 4 1 chunk +0 lines, -312 lines 0 comments Download
D cc/resources/task_graph_runner_unittest.cc View 1 2 3 4 1 chunk +0 lines, -331 lines 0 comments Download
D cc/resources/texture_compressor.h View 1 2 3 4 1 chunk +0 lines, -46 lines 0 comments Download
D cc/resources/texture_compressor.cc View 1 2 3 4 1 chunk +0 lines, -34 lines 0 comments Download
D cc/resources/texture_compressor_etc1.h View 1 2 3 4 1 chunk +0 lines, -206 lines 0 comments Download
D cc/resources/texture_compressor_etc1.cc View 1 2 3 4 1 chunk +0 lines, -332 lines 0 comments Download
D cc/resources/texture_compressor_etc1_sse.h View 1 2 3 4 1 chunk +0 lines, -31 lines 0 comments Download
D cc/resources/texture_compressor_etc1_sse.cc View 1 2 3 4 1 chunk +0 lines, -821 lines 0 comments Download
D cc/resources/texture_compressor_etc1_unittest.cc View 1 2 3 4 1 chunk +0 lines, -56 lines 0 comments Download
D cc/resources/texture_compressor_perftest.cc View 1 2 3 4 1 chunk +0 lines, -121 lines 0 comments Download
D cc/resources/texture_mailbox_deleter.h View 1 2 3 4 1 chunk +0 lines, -51 lines 0 comments Download
D cc/resources/texture_mailbox_deleter.cc View 1 2 3 4 1 chunk +0 lines, -92 lines 0 comments Download
D cc/resources/texture_mailbox_deleter_unittest.cc View 1 2 3 4 1 chunk +0 lines, -48 lines 0 comments Download
D cc/resources/tile.h View 1 2 3 4 1 chunk +0 lines, -117 lines 0 comments Download
D cc/resources/tile.cc View 1 2 3 4 1 chunk +0 lines, -78 lines 0 comments Download
D cc/resources/tile_draw_info.h View 1 2 3 4 1 chunk +0 lines, -106 lines 0 comments Download
D cc/resources/tile_draw_info.cc View 1 2 3 4 1 chunk +0 lines, -25 lines 0 comments Download
D cc/resources/tile_manager.h View 1 2 3 4 1 chunk +0 lines, -315 lines 0 comments Download
D cc/resources/tile_manager.cc View 1 2 3 4 1 chunk +0 lines, -975 lines 0 comments Download
D cc/resources/tile_manager_perftest.cc View 1 2 3 4 1 chunk +0 lines, -485 lines 0 comments Download
D cc/resources/tile_manager_unittest.cc View 1 2 3 4 1 chunk +0 lines, -1428 lines 0 comments Download
D cc/resources/tile_priority.h View 1 2 3 4 1 chunk +0 lines, -126 lines 0 comments Download
D cc/resources/tile_priority.cc View 1 2 3 4 1 chunk +0 lines, -98 lines 0 comments Download
D cc/resources/tile_priority_unittest.cc View 1 2 3 4 1 chunk +0 lines, -45 lines 0 comments Download
D cc/resources/tile_task_runner.h View 1 2 3 4 1 chunk +0 lines, -172 lines 0 comments Download
D cc/resources/tile_task_runner.cc View 1 2 3 4 1 chunk +0 lines, -100 lines 0 comments Download
D cc/resources/tile_task_worker_pool.h View 1 2 3 4 1 chunk +0 lines, -72 lines 0 comments Download
D cc/resources/tile_task_worker_pool.cc View 1 2 3 4 1 chunk +0 lines, -207 lines 0 comments Download
D cc/resources/tile_task_worker_pool_perftest.cc View 1 2 3 4 1 chunk +0 lines, -521 lines 0 comments Download
D cc/resources/tile_task_worker_pool_unittest.cc View 1 2 3 4 1 chunk +0 lines, -442 lines 0 comments Download
D cc/resources/tiling_set_eviction_queue.h View 1 2 3 4 1 chunk +0 lines, -203 lines 0 comments Download
D cc/resources/tiling_set_eviction_queue.cc View 1 2 3 4 1 chunk +0 lines, -523 lines 0 comments Download
D cc/resources/tiling_set_raster_queue_all.h View 1 2 3 4 1 chunk +0 lines, -199 lines 0 comments Download
D cc/resources/tiling_set_raster_queue_all.cc View 1 2 3 4 1 chunk +0 lines, -460 lines 0 comments Download
D cc/resources/tiling_set_raster_queue_required.h View 1 2 3 4 1 chunk +0 lines, -60 lines 0 comments Download
D cc/resources/tiling_set_raster_queue_required.cc View 1 2 3 4 1 chunk +0 lines, -152 lines 0 comments Download
D cc/resources/transform_display_item.h View 1 2 3 4 1 chunk +0 lines, -47 lines 0 comments Download
D cc/resources/transform_display_item.cc View 1 2 3 4 1 chunk +0 lines, -59 lines 0 comments Download
D cc/resources/zero_copy_tile_task_worker_pool.h View 1 2 3 4 1 chunk +0 lines, -81 lines 0 comments Download
D cc/resources/zero_copy_tile_task_worker_pool.cc View 1 2 3 4 1 chunk +0 lines, -216 lines 0 comments Download
M cc/surfaces/display.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_content_layer_client.cc View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
M cc/test/fake_display_list_recording_source.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_picture_layer.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_picture_layer_impl.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_picture_layer_tiling_client.h View 1 2 3 4 1 chunk +4 lines, -4 lines 0 comments Download
M cc/test/fake_picture_pile.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_picture_pile_impl.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_picture_pile_impl.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_tile_manager.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_tile_manager.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M cc/test/fake_tile_manager_client.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/test/layer_tree_pixel_resource_test.cc View 1 2 3 4 1 chunk +7 lines, -7 lines 0 comments Download
M cc/test/pixel_test.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M cc/test/skia_common.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M cc/test/test_task_graph_runner.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/test/test_tile_priorities.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + cc/tiles/eviction_tile_priority_queue.h View 1 2 3 4 3 chunks +5 lines, -5 lines 0 comments Download
A + cc/tiles/eviction_tile_priority_queue.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + cc/tiles/layer_tiling_data.h View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
A + cc/tiles/layer_tiling_data.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + cc/tiles/picture_layer_tiling.h View 1 2 3 4 3 chunks +5 lines, -5 lines 0 comments Download
A + cc/tiles/picture_layer_tiling.cc View 1 2 3 4 2 chunks +5 lines, -5 lines 0 comments Download
A + cc/tiles/picture_layer_tiling_perftest.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
A + cc/tiles/picture_layer_tiling_set.h View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
A + cc/tiles/picture_layer_tiling_set.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
A + cc/tiles/picture_layer_tiling_set_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + cc/tiles/picture_layer_tiling_unittest.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
A + cc/tiles/prioritized_tile.h View 1 2 3 4 2 chunks +5 lines, -5 lines 0 comments Download
A + cc/tiles/prioritized_tile.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
A + cc/tiles/raster_tile_priority_queue.h View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
A + cc/tiles/raster_tile_priority_queue.cc View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
A + cc/tiles/raster_tile_priority_queue_all.h View 1 2 3 4 3 chunks +6 lines, -6 lines 0 comments Download
A + cc/tiles/raster_tile_priority_queue_all.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
A + cc/tiles/raster_tile_priority_queue_required.h View 1 2 3 4 2 chunks +5 lines, -5 lines 0 comments Download
A + cc/tiles/raster_tile_priority_queue_required.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
A + cc/tiles/tile.h View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
A + cc/tiles/tile.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
A + cc/tiles/tile_draw_info.h View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
A + cc/tiles/tile_draw_info.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + cc/tiles/tile_manager.h View 1 2 3 4 3 chunks +9 lines, -9 lines 0 comments Download
A + cc/tiles/tile_manager.cc View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
A + cc/tiles/tile_manager_perftest.cc View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
A + cc/tiles/tile_manager_unittest.cc View 1 2 3 4 2 chunks +5 lines, -5 lines 0 comments Download
A + cc/tiles/tile_priority.h View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
A + cc/tiles/tile_priority.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + cc/tiles/tile_priority_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + cc/tiles/tiling_set_eviction_queue.h View 1 2 3 4 2 chunks +5 lines, -5 lines 0 comments Download
A + cc/tiles/tiling_set_eviction_queue.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
A + cc/tiles/tiling_set_raster_queue_all.h View 1 2 3 4 2 chunks +7 lines, -7 lines 0 comments Download
A + cc/tiles/tiling_set_raster_queue_all.cc View 1 2 3 4 1 chunk +4 lines, -4 lines 0 comments Download
A + cc/tiles/tiling_set_raster_queue_required.h View 1 2 3 4 2 chunks +6 lines, -6 lines 0 comments Download
A + cc/tiles/tiling_set_raster_queue_required.cc View 1 2 3 4 1 chunk +4 lines, -4 lines 0 comments Download
M cc/trees/layer_tree_host_impl.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 1 2 3 4 1 chunk +11 lines, -11 lines 0 comments Download
M cc/trees/layer_tree_host_impl_unittest.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M content/browser/compositor/gpu_process_transport_factory.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/compositor_impl_android.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/render_thread_impl.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/skia_benchmarking_extension.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ui/compositor/clip_transform_recorder.cc View 1 2 3 4 1 chunk +4 lines, -4 lines 0 comments Download
M ui/compositor/compositing_recorder.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M ui/compositor/paint_cache.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ui/compositor/paint_cache.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ui/compositor/paint_recorder.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 23 (10 generated)
danakj
5 years, 7 months ago (2015-05-16 00:31:05 UTC) #1
enne (OOO)
I looked through the doc, and the choices and approach lgtm. Maybe give folks a ...
5 years, 7 months ago (2015-05-16 01:00:09 UTC) #2
danakj
Yup sure, sg. On Fri, May 15, 2015 at 6:00 PM, <enne@chromium.org> wrote: > I ...
5 years, 7 months ago (2015-05-16 18:13:12 UTC) #3
vmpstr
lgtm also (% compiler errors), thanks for doing this.
5 years, 7 months ago (2015-05-18 17:25:47 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1144693002/20001
5 years, 7 months ago (2015-05-18 18:05:14 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1144693002/30001
5 years, 7 months ago (2015-05-18 18:16:08 UTC) #10
danakj
TBR=piman for content refs to the cc headers
5 years, 7 months ago (2015-05-18 18:17:23 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1144693002/30001
5 years, 7 months ago (2015-05-18 18:19:11 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_dbg/builds/72605) android_chromium_gn_compile_rel on tryserver.chromium.linux (JOB_FAILED, ...
5 years, 7 months ago (2015-05-18 19:01:59 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1144693002/40001
5 years, 7 months ago (2015-05-18 19:05:50 UTC) #20
piman
LGTM
5 years, 7 months ago (2015-05-18 19:37:41 UTC) #21
commit-bot: I haz the power
Committed patchset #5 (id:40001)
5 years, 7 months ago (2015-05-18 20:22:41 UTC) #22
commit-bot: I haz the power
5 years, 7 months ago (2015-05-18 22:41:52 UTC) #23
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/92015685c3dc2ef005e58c975269f532468e68b8
Cr-Commit-Position: refs/heads/master@{#330396}

Powered by Google App Engine
This is Rietveld 408576698