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

Issue 1866203004: Convert //cc from scoped_ptr to std::unique_ptr. (Closed)

Created:
4 years, 8 months ago by danakj
Modified:
4 years, 8 months ago
Reviewers:
vmpstr, enne (OOO), sky, Sami, piman
CC:
chromium-reviews, feature-media-reviews_chromium.org, devtools-reviews_chromium.org, cc-bugs_chromium.org, scheduler-bugs_chromium.org, pfeldman, miu+watch_chromium.org, piman
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Convert //cc from scoped_ptr to std::unique_ptr. R=enne, vmpstr TBR=piman,sky, skyostil BUG=554298 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/60bc3bcfa8b7141986c5e4b3c357c7e03393f230 Cr-Commit-Position: refs/heads/master@{#386260}

Patch Set 1 #

Total comments: 2

Patch Set 2 : scopedptrcc: . #

Patch Set 3 : scopedptrcc: iwyu-and-rebase #

Patch Set 4 : scopedptrcc: iwyu #

Patch Set 5 : scopedptrcc: iwyu #

Patch Set 6 : scopedptrcc: iwyu-android #

Patch Set 7 : scopedptrcc: iwyu-android #

Patch Set 8 : scopedptrcc: rebase #

Patch Set 9 : scopedptrcc: . #

Patch Set 10 : scopedptrcc: . #

Patch Set 11 : scopedptrcc: moreiwyu #

Patch Set 12 : scopedptrcc: . #

Patch Set 13 : scopedptrcc: rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4795 lines, -4231 lines) Patch
M cc/PRESUBMIT.py View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +12 lines, -12 lines 0 comments Download
M cc/animation/animation.h View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +11 lines, -8 lines 0 comments Download
M cc/animation/animation.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +10 lines, -8 lines 0 comments Download
M cc/animation/animation_curve.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -2 lines 0 comments Download
M cc/animation/animation_delegate.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +5 lines, -4 lines 0 comments Download
M cc/animation/animation_events.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M cc/animation/animation_host.h View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +7 lines, -7 lines 0 comments Download
M cc/animation/animation_host.cc View 1 2 3 4 5 6 7 8 9 10 11 12 6 chunks +11 lines, -8 lines 0 comments Download
M cc/animation/animation_host_perftest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/animation/animation_host_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +6 lines, -4 lines 0 comments Download
M cc/animation/animation_player.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +3 lines, -3 lines 0 comments Download
M cc/animation/animation_player.cc View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +8 lines, -8 lines 0 comments Download
M cc/animation/animation_registrar.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +6 lines, -5 lines 0 comments Download
M cc/animation/animation_registrar.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +4 lines, -3 lines 0 comments Download
M cc/animation/animation_timeline.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/animation/animation_timeline_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +6 lines, -4 lines 0 comments Download
M cc/animation/animation_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 55 chunks +62 lines, -61 lines 0 comments Download
M cc/animation/element_animations.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +7 lines, -6 lines 0 comments Download
M cc/animation/element_animations.cc View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +9 lines, -7 lines 0 comments Download
M cc/animation/keyframed_animation_curve.h View 1 2 3 4 5 6 7 8 9 10 11 12 9 chunks +43 lines, -42 lines 0 comments Download
M cc/animation/keyframed_animation_curve.cc View 1 2 3 4 5 6 7 8 9 10 11 12 21 chunks +64 lines, -59 lines 0 comments Download
M cc/animation/keyframed_animation_curve_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 34 chunks +34 lines, -34 lines 0 comments Download
M cc/animation/layer_animation_controller.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +3 lines, -3 lines 0 comments Download
M cc/animation/layer_animation_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 7 chunks +14 lines, -12 lines 0 comments Download
M cc/animation/layer_animation_controller_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 72 chunks +190 lines, -157 lines 0 comments Download
M cc/animation/scroll_offset_animation_curve.h View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +9 lines, -8 lines 0 comments Download
M cc/animation/scroll_offset_animation_curve.cc View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +11 lines, -9 lines 0 comments Download
M cc/animation/scroll_offset_animation_curve_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +6 lines, -6 lines 0 comments Download
M cc/animation/timing_function.h View 1 2 3 4 5 6 7 8 9 10 11 12 8 chunks +15 lines, -12 lines 0 comments Download
M cc/animation/timing_function.cc View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +18 lines, -15 lines 0 comments Download
M cc/animation/transform_operations.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M cc/animation/transform_operations_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 12 chunks +33 lines, -31 lines 0 comments Download
M cc/base/container_util.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -1 line 0 comments Download
M cc/base/contiguous_container.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -2 lines 0 comments Download
M cc/base/contiguous_container.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M cc/base/list_container.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -1 line 0 comments Download
M cc/base/list_container_helper.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -2 lines 0 comments Download
M cc/base/list_container_helper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +4 lines, -4 lines 0 comments Download
M cc/base/math_util.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +4 lines, -4 lines 0 comments Download
M cc/base/math_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +6 lines, -6 lines 0 comments Download
M cc/base/region.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M cc/base/region.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M cc/blink/scrollbar_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +6 lines, -5 lines 0 comments Download
M cc/blink/scrollbar_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M cc/blink/test/cc_blink_test_suite.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -2 lines 0 comments Download
M cc/blink/web_compositor_support_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -1 line 0 comments Download
M cc/blink/web_content_layer_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -2 lines 0 comments Download
M cc/blink/web_content_layer_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -1 line 0 comments Download
M cc/blink/web_external_bitmap_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +4 lines, -3 lines 0 comments Download
M cc/blink/web_external_texture_layer_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +4 lines, -4 lines 0 comments Download
M cc/blink/web_external_texture_layer_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +4 lines, -3 lines 0 comments Download
M cc/blink/web_image_layer_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -2 lines 0 comments Download
M cc/blink/web_layer_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/blink/web_layer_impl_fixed_bounds_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +5 lines, -4 lines 0 comments Download
M cc/blink/web_scrollbar_layer_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -2 lines 0 comments Download
M cc/blink/web_scrollbar_layer_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +4 lines, -3 lines 0 comments Download
M cc/debug/benchmark_instrumentation.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/debug/debug_rect_history.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -2 lines 0 comments Download
M cc/debug/debug_rect_history.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -2 lines 0 comments Download
M cc/debug/devtools_instrumentation.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +6 lines, -5 lines 0 comments Download
M cc/debug/frame_rate_counter.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -2 lines 0 comments Download
M cc/debug/frame_rate_counter.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +4 lines, -2 lines 0 comments Download
M cc/debug/frame_timing_tracker.h View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +6 lines, -6 lines 0 comments Download
M cc/debug/frame_timing_tracker.cc View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +7 lines, -6 lines 0 comments Download
M cc/debug/frame_timing_tracker_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 11 chunks +13 lines, -13 lines 0 comments Download
M cc/debug/frame_viewer_instrumentation.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M cc/debug/invalidation_benchmark.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M cc/debug/invalidation_benchmark.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M cc/debug/micro_benchmark.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +7 lines, -6 lines 0 comments Download
M cc/debug/micro_benchmark.cc View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +8 lines, -6 lines 0 comments Download
M cc/debug/micro_benchmark_controller.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -3 lines 0 comments Download
M cc/debug/micro_benchmark_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 6 chunks +16 lines, -14 lines 0 comments Download
M cc/debug/micro_benchmark_controller_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M cc/debug/micro_benchmark_controller_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M cc/debug/micro_benchmark_controller_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 7 chunks +17 lines, -15 lines 0 comments Download
M cc/debug/micro_benchmark_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +4 lines, -3 lines 0 comments Download
M cc/debug/micro_benchmark_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +4 lines, -3 lines 0 comments Download
M cc/debug/picture_debug_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M cc/debug/rasterize_and_record_benchmark.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +5 lines, -5 lines 0 comments Download
M cc/debug/rasterize_and_record_benchmark.cc View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +7 lines, -5 lines 0 comments Download
M cc/debug/rasterize_and_record_benchmark_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +6 lines, -5 lines 0 comments Download
M cc/debug/rendering_stats.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M cc/debug/rendering_stats.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M cc/debug/rendering_stats_instrumentation.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -2 lines 0 comments Download
M cc/debug/rendering_stats_instrumentation.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +6 lines, -4 lines 0 comments Download
M cc/debug/rendering_stats_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/debug/traced_display_item_list.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -3 lines 0 comments Download
M cc/debug/traced_display_item_list.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/debug/unittest_only_benchmark.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +4 lines, -4 lines 0 comments Download
M cc/debug/unittest_only_benchmark.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +8 lines, -6 lines 0 comments Download
M cc/input/input_handler.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +4 lines, -3 lines 0 comments Download
M cc/input/page_scale_animation.h View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +6 lines, -5 lines 0 comments Download
M cc/input/page_scale_animation.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +5 lines, -4 lines 0 comments Download
M cc/input/scroll_state.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/input/scroll_state_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/input/scrollbar_animation_controller_linear_fade.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -2 lines 0 comments Download
M cc/input/scrollbar_animation_controller_linear_fade.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -2 lines 0 comments Download
M cc/input/scrollbar_animation_controller_linear_fade_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +4 lines, -4 lines 0 comments Download
M cc/input/scrollbar_animation_controller_thinning.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -2 lines 0 comments Download
M cc/input/scrollbar_animation_controller_thinning.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -2 lines 0 comments Download
M cc/input/scrollbar_animation_controller_thinning_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +4 lines, -4 lines 0 comments Download
M cc/input/top_controls_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +4 lines, -3 lines 0 comments Download
M cc/input/top_controls_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +4 lines, -4 lines 0 comments Download
M cc/input/top_controls_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +4 lines, -4 lines 0 comments Download
M cc/layers/draw_properties.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -1 line 0 comments Download
M cc/layers/empty_content_layer_client.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -1 line 0 comments Download
M cc/layers/heads_up_display_layer.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M cc/layers/heads_up_display_layer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/heads_up_display_layer_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +8 lines, -6 lines 0 comments Download
M cc/layers/heads_up_display_layer_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +3 lines, -3 lines 0 comments Download
M cc/layers/heads_up_display_layer_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -3 lines 0 comments Download
M cc/layers/io_surface_layer.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/io_surface_layer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/io_surface_layer_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +5 lines, -4 lines 0 comments Download
M cc/layers/io_surface_layer_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/layer.h View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +6 lines, -6 lines 0 comments Download
M cc/layers/layer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +17 lines, -15 lines 0 comments Download
M cc/layers/layer_client.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +4 lines, -3 lines 0 comments Download
M cc/layers/layer_collections.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -3 lines 0 comments Download
M cc/layers/layer_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 8 chunks +21 lines, -18 lines 0 comments Download
M cc/layers/layer_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 12 chunks +17 lines, -15 lines 0 comments Download
M cc/layers/layer_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 7 chunks +12 lines, -11 lines 0 comments Download
M cc/layers/layer_iterator_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 6 chunks +27 lines, -26 lines 0 comments Download
M cc/layers/layer_list_iterator_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 7 chunks +38 lines, -21 lines 0 comments Download
M cc/layers/layer_perftest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layers/layer_position_constraint_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M cc/layers/layer_proto_converter_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/layer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 20 chunks +29 lines, -27 lines 0 comments Download
M cc/layers/layer_utils_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -1 line 0 comments Download
M cc/layers/nine_patch_layer.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -2 lines 0 comments Download
M cc/layers/nine_patch_layer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/nine_patch_layer_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +5 lines, -4 lines 0 comments Download
M cc/layers/nine_patch_layer_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/nine_patch_layer_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -3 lines 0 comments Download
M cc/layers/nine_patch_layer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M cc/layers/painted_scrollbar_layer.h View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +7 lines, -6 lines 0 comments Download
M cc/layers/painted_scrollbar_layer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +5 lines, -4 lines 0 comments Download
M cc/layers/painted_scrollbar_layer_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -5 lines 0 comments Download
M cc/layers/painted_scrollbar_layer_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +4 lines, -3 lines 0 comments Download
M cc/layers/painted_scrollbar_layer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M cc/layers/picture_image_layer.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/picture_image_layer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/picture_image_layer_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +6 lines, -5 lines 0 comments Download
M cc/layers/picture_image_layer_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/picture_image_layer_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 7 chunks +13 lines, -9 lines 0 comments Download
M cc/layers/picture_image_layer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/picture_layer.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +4 lines, -3 lines 0 comments Download
M cc/layers/picture_layer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +4 lines, -3 lines 0 comments Download
M cc/layers/picture_layer_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +8 lines, -7 lines 0 comments Download
M cc/layers/picture_layer_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M cc/layers/picture_layer_impl_perftest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 6 chunks +10 lines, -8 lines 0 comments Download
M cc/layers/picture_layer_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 34 chunks +37 lines, -37 lines 0 comments Download
M cc/layers/picture_layer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 18 chunks +27 lines, -26 lines 0 comments Download
M cc/layers/render_pass_sink.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -2 lines 0 comments Download
M cc/layers/render_surface_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M cc/layers/render_surface_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/render_surface_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +4 lines, -4 lines 0 comments Download
M cc/layers/render_surface_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 6 chunks +8 lines, -8 lines 0 comments Download
M cc/layers/scrollbar_layer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 14 chunks +23 lines, -22 lines 0 comments Download
M cc/layers/solid_color_layer.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/solid_color_layer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/solid_color_layer_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +7 lines, -5 lines 0 comments Download
M cc/layers/solid_color_layer_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/solid_color_layer_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 chunks +13 lines, -13 lines 0 comments Download
M cc/layers/solid_color_scrollbar_layer.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/solid_color_scrollbar_layer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -2 lines 0 comments Download
M cc/layers/solid_color_scrollbar_layer_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M cc/layers/solid_color_scrollbar_layer_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +14 lines, -17 lines 0 comments Download
M cc/layers/surface_layer.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/surface_layer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -2 lines 0 comments Download
M cc/layers/surface_layer_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +7 lines, -4 lines 0 comments Download
M cc/layers/surface_layer_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/surface_layer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M cc/layers/texture_layer.h View 1 2 3 4 5 6 7 8 9 10 11 12 7 chunks +11 lines, -10 lines 0 comments Download
M cc/layers/texture_layer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 10 chunks +13 lines, -11 lines 0 comments Download
M cc/layers/texture_layer_client.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/texture_layer_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +8 lines, -6 lines 0 comments Download
M cc/layers/texture_layer_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M cc/layers/texture_layer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 30 chunks +43 lines, -42 lines 0 comments Download
M cc/layers/ui_resource_layer.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +4 lines, -3 lines 0 comments Download
M cc/layers/ui_resource_layer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +9 lines, -7 lines 0 comments Download
M cc/layers/ui_resource_layer_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +5 lines, -4 lines 0 comments Download
M cc/layers/ui_resource_layer_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/ui_resource_layer_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 9 chunks +15 lines, -21 lines 0 comments Download
M cc/layers/ui_resource_layer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +3 lines, -3 lines 0 comments Download
M cc/layers/video_layer.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/video_layer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -1 line 0 comments Download
M cc/layers/video_layer_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +7 lines, -6 lines 0 comments Download
M cc/layers/video_layer_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +5 lines, -4 lines 0 comments Download
M cc/layers/video_layer_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layers/viewport.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -2 lines 0 comments Download
M cc/layers/viewport.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -3 lines 0 comments Download
M cc/output/begin_frame_args.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -2 lines 0 comments Download
M cc/output/begin_frame_args.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M cc/output/bsp_tree.h View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +14 lines, -14 lines 0 comments Download
M cc/output/bsp_tree.cc View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +16 lines, -13 lines 0 comments Download
M cc/output/bsp_tree_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 11 chunks +35 lines, -34 lines 0 comments Download
M cc/output/bsp_walk_action.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/output/bsp_walk_action.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/output/compositor_frame.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +4 lines, -3 lines 0 comments Download
M cc/output/compositor_frame_ack.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -2 lines 0 comments Download
M cc/output/copy_output_request.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +17 lines, -14 lines 0 comments Download
M cc/output/copy_output_request.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +5 lines, -5 lines 0 comments Download
M cc/output/copy_output_result.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +21 lines, -18 lines 0 comments Download
M cc/output/copy_output_result.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +4 lines, -4 lines 0 comments Download
M cc/output/delegating_renderer.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +4 lines, -3 lines 0 comments Download
M cc/output/delegating_renderer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +4 lines, -3 lines 0 comments Download
M cc/output/delegating_renderer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M cc/output/direct_renderer.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +6 lines, -4 lines 0 comments Download
M cc/output/direct_renderer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +4 lines, -4 lines 0 comments Download
M cc/output/filter_operation.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -1 line 0 comments Download
M cc/output/filter_operation.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/output/filter_operations.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/output/gl_renderer.h View 1 2 3 4 5 6 7 8 9 10 11 12 8 chunks +16 lines, -13 lines 0 comments Download
M cc/output/gl_renderer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 25 chunks +39 lines, -40 lines 0 comments Download
M cc/output/gl_renderer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 27 chunks +110 lines, -93 lines 0 comments Download
M cc/output/output_surface.h View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +5 lines, -5 lines 0 comments Download
M cc/output/output_surface.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +6 lines, -4 lines 0 comments Download
M cc/output/output_surface_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +5 lines, -3 lines 0 comments Download
M cc/output/overlay_processor.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -2 lines 0 comments Download
M cc/output/overlay_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 55 chunks +71 lines, -71 lines 0 comments Download
M cc/output/renderer.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -2 lines 0 comments Download
M cc/output/renderer_pixeltest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 61 chunks +79 lines, -79 lines 0 comments Download
M cc/output/renderer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +11 lines, -10 lines 0 comments Download
M cc/output/shader_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M cc/output/software_output_device.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -2 lines 0 comments Download
M cc/output/software_renderer.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +3 lines, -3 lines 0 comments Download
M cc/output/software_renderer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +10 lines, -9 lines 0 comments Download
M cc/output/software_renderer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 17 chunks +25 lines, -24 lines 0 comments Download
M cc/output/texture_mailbox_deleter.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +3 lines, -3 lines 0 comments Download
M cc/output/texture_mailbox_deleter.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +4 lines, -3 lines 0 comments Download
M cc/output/texture_mailbox_deleter_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +5 lines, -4 lines 0 comments Download
M cc/output/vulkan_in_process_context_provider.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -2 lines 0 comments Download
M cc/output/vulkan_in_process_context_provider.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -1 line 0 comments Download
M cc/output/vulkan_renderer.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M cc/output/vulkan_renderer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -3 lines 0 comments Download
M cc/playback/clip_display_item.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/playback/clip_path_display_item.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +5 lines, -3 lines 0 comments Download
M cc/playback/clip_path_display_item.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/playback/compositing_display_item.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +5 lines, -3 lines 0 comments Download
M cc/playback/compositing_display_item.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/playback/discardable_image_map_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -2 lines 0 comments Download
M cc/playback/display_item.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -1 line 0 comments Download
M cc/playback/display_item_list.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +4 lines, -3 lines 0 comments Download
M cc/playback/display_item_list.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M cc/playback/display_item_list_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -2 lines 0 comments Download
M cc/playback/drawing_display_item.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -1 line 0 comments Download
M cc/playback/filter_display_item.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +5 lines, -3 lines 0 comments Download
M cc/playback/float_clip_display_item.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +4 lines, -3 lines 0 comments Download
M cc/playback/raster_source.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/playback/raster_source_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 11 chunks +14 lines, -12 lines 0 comments Download
M cc/playback/recording_source.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -1 line 0 comments Download
M cc/playback/recording_source_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 12 chunks +14 lines, -13 lines 0 comments Download
M cc/playback/transform_display_item.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +5 lines, -3 lines 0 comments Download
M cc/quads/content_draw_quad_base.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -1 line 0 comments Download
M cc/quads/debug_border_draw_quad.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -1 line 0 comments Download
M cc/quads/draw_polygon.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -3 lines 0 comments Download
M cc/quads/draw_polygon.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +6 lines, -6 lines 0 comments Download
M cc/quads/draw_polygon_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +4 lines, -4 lines 0 comments Download
M cc/quads/draw_quad_perftest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/quads/draw_quad_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -3 lines 0 comments Download
M cc/quads/io_surface_draw_quad.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -1 line 0 comments Download
M cc/quads/picture_draw_quad.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -1 line 0 comments Download
M cc/quads/render_pass.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +9 lines, -9 lines 0 comments Download
M cc/quads/render_pass.cc View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +14 lines, -12 lines 0 comments Download
M cc/quads/render_pass_draw_quad.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -1 line 0 comments Download
M cc/quads/render_pass_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 8 chunks +9 lines, -8 lines 0 comments Download
M cc/quads/shared_quad_state.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -1 line 0 comments Download
M cc/quads/solid_color_draw_quad.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -1 line 0 comments Download
M cc/quads/stream_video_draw_quad.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -1 line 0 comments Download
M cc/quads/surface_draw_quad.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -1 line 0 comments Download
M cc/quads/texture_draw_quad.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -1 line 0 comments Download
M cc/quads/yuv_video_draw_quad.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -1 line 0 comments Download
M cc/raster/bitmap_tile_task_worker_pool.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +5 lines, -4 lines 0 comments Download
M cc/raster/bitmap_tile_task_worker_pool.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +6 lines, -5 lines 0 comments Download
M cc/raster/gpu_tile_task_worker_pool.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +4 lines, -4 lines 0 comments Download
M cc/raster/gpu_tile_task_worker_pool.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +6 lines, -5 lines 0 comments Download
M cc/raster/one_copy_tile_task_worker_pool.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +4 lines, -4 lines 0 comments Download
M cc/raster/one_copy_tile_task_worker_pool.cc View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +6 lines, -6 lines 0 comments Download
M cc/raster/scoped_gpu_raster.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -1 line 0 comments Download
M cc/raster/scoped_gpu_raster_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/raster/single_thread_task_graph_runner.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -2 lines 0 comments Download
M cc/raster/staging_buffer_pool.h View 1 2 3 4 5 6 7 8 9 10 11 12 6 chunks +10 lines, -7 lines 0 comments Download
M cc/raster/staging_buffer_pool.cc View 1 2 3 4 5 6 7 8 9 10 11 12 8 chunks +12 lines, -9 lines 0 comments Download
M cc/raster/task_graph_runner.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/raster/task_graph_runner_perftest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +4 lines, -3 lines 0 comments Download
M cc/raster/texture_compressor.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -2 lines 0 comments Download
M cc/raster/texture_compressor.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +4 lines, -3 lines 0 comments Download
M cc/raster/texture_compressor_etc1_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/raster/texture_compressor_perftest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/raster/tile_task_runner.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M cc/raster/tile_task_worker_pool.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/raster/tile_task_worker_pool_perftest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 9 chunks +12 lines, -12 lines 0 comments Download
M cc/raster/tile_task_worker_pool_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 6 chunks +11 lines, -11 lines 0 comments Download
M cc/raster/zero_copy_tile_task_worker_pool.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +5 lines, -4 lines 0 comments Download
M cc/raster/zero_copy_tile_task_worker_pool.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +7 lines, -5 lines 0 comments Download
M cc/resources/memory_history.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -2 lines 0 comments Download
M cc/resources/memory_history.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +4 lines, -2 lines 0 comments Download
M cc/resources/resource_pool.h View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +12 lines, -11 lines 0 comments Download
M cc/resources/resource_pool.cc View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +19 lines, -18 lines 0 comments Download
M cc/resources/resource_pool_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +4 lines, -4 lines 0 comments Download
M cc/resources/resource_provider.h View 1 2 3 4 5 6 7 8 9 10 11 12 6 chunks +7 lines, -7 lines 0 comments Download
M cc/resources/resource_provider.cc View 1 2 3 4 5 6 7 8 9 10 11 12 7 chunks +7 lines, -7 lines 0 comments Download
M cc/resources/resource_provider_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 43 chunks +116 lines, -110 lines 0 comments Download
M cc/resources/scoped_resource.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +5 lines, -3 lines 0 comments Download
M cc/resources/scoped_resource_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +19 lines, -16 lines 0 comments Download
M cc/resources/scoped_ui_resource.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -2 lines 0 comments Download
M cc/resources/scoped_ui_resource.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -2 lines 0 comments Download
M cc/resources/shared_bitmap_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +5 lines, -3 lines 0 comments Download
M cc/resources/single_release_callback.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +6 lines, -3 lines 0 comments Download
M cc/resources/single_release_callback_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +5 lines, -3 lines 0 comments Download
M cc/resources/ui_resource_bitmap.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -1 line 0 comments Download
M cc/resources/ui_resource_bitmap.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -1 line 0 comments Download
M cc/resources/ui_resource_request.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -2 lines 0 comments Download
M cc/resources/ui_resource_request.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -1 line 0 comments Download
M cc/resources/video_resource_updater.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M cc/resources/video_resource_updater_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +9 lines, -8 lines 0 comments Download
M cc/scheduler/begin_frame_source.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M cc/scheduler/begin_frame_source.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/scheduler/begin_frame_source_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 6 chunks +11 lines, -9 lines 0 comments Download
M cc/scheduler/compositor_timing_history.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +4 lines, -3 lines 0 comments Download
M cc/scheduler/compositor_timing_history.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +6 lines, -5 lines 0 comments Download
M cc/scheduler/compositor_timing_history_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/scheduler/delay_based_time_source.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +4 lines, -3 lines 0 comments Download
M cc/scheduler/delay_based_time_source_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 16 chunks +16 lines, -16 lines 0 comments Download
M cc/scheduler/scheduler.h View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +6 lines, -6 lines 0 comments Download
M cc/scheduler/scheduler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +10 lines, -9 lines 0 comments Download
M cc/scheduler/scheduler_settings.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -2 lines 0 comments Download
M cc/scheduler/scheduler_settings.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M cc/scheduler/scheduler_state_machine.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M cc/scheduler/scheduler_state_machine.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M cc/scheduler/scheduler_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 16 chunks +27 lines, -24 lines 0 comments Download
M cc/surfaces/display.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +7 lines, -7 lines 0 comments Download
M cc/surfaces/display.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +12 lines, -11 lines 0 comments Download
M cc/surfaces/display_client.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -1 line 0 comments Download
M cc/surfaces/display_scheduler.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -2 lines 0 comments Download
M cc/surfaces/display_scheduler_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -3 lines 0 comments Download
M cc/surfaces/display_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 10 chunks +15 lines, -15 lines 0 comments Download
M cc/surfaces/onscreen_display_client.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +8 lines, -8 lines 0 comments Download
M cc/surfaces/onscreen_display_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/surfaces/surface.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +5 lines, -5 lines 0 comments Download
M cc/surfaces/surface.cc View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +8 lines, -6 lines 0 comments Download
M cc/surfaces/surface_aggregator.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +3 lines, -3 lines 0 comments Download
M cc/surfaces/surface_aggregator.cc View 1 2 3 4 5 6 7 8 9 10 11 12 9 chunks +15 lines, -10 lines 0 comments Download
M cc/surfaces/surface_aggregator_perftest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 7 chunks +13 lines, -12 lines 0 comments Download
M cc/surfaces/surface_aggregator_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 44 chunks +77 lines, -71 lines 0 comments Download
M cc/surfaces/surface_display_output_surface.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/surfaces/surface_display_output_surface_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -3 lines 0 comments Download
M cc/surfaces/surface_factory.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +4 lines, -4 lines 0 comments Download
M cc/surfaces/surface_factory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +7 lines, -6 lines 0 comments Download
M cc/surfaces/surface_factory_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 9 chunks +19 lines, -19 lines 0 comments Download
M cc/surfaces/surface_hittest_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 9 chunks +9 lines, -9 lines 0 comments Download
M cc/surfaces/surface_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M cc/surfaces/surface_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M cc/surfaces/surfaces_pixeltest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 15 chunks +27 lines, -21 lines 0 comments Download
M cc/test/animation_test_common.h View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +5 lines, -5 lines 0 comments Download
M cc/test/animation_test_common.cc View 1 2 3 4 5 6 7 8 9 10 11 12 14 chunks +22 lines, -21 lines 0 comments Download
M cc/test/animation_timelines_test_common.h View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +7 lines, -5 lines 0 comments Download
M cc/test/animation_timelines_test_common.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +4 lines, -3 lines 0 comments Download
M cc/test/cc_test_suite.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -2 lines 0 comments Download
M cc/test/fake_channel_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +4 lines, -4 lines 0 comments Download
M cc/test/fake_channel_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -1 line 0 comments Download
M cc/test/fake_layer_tree_host.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +5 lines, -5 lines 0 comments Download
M cc/test/fake_layer_tree_host.cc View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +7 lines, -6 lines 0 comments Download
M cc/test/fake_layer_tree_host_client.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +4 lines, -3 lines 0 comments Download
M cc/test/fake_layer_tree_host_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +4 lines, -3 lines 0 comments Download
M cc/test/fake_layer_tree_host_impl_client.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -3 lines 0 comments Download
M cc/test/fake_layer_tree_host_impl_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_mask_layer_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -1 line 0 comments Download
M cc/test/fake_mask_layer_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +4 lines, -2 lines 0 comments Download
M cc/test/fake_output_surface.h View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +38 lines, -38 lines 0 comments Download
M cc/test/fake_output_surface.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +3 lines, -3 lines 0 comments Download
M cc/test/fake_painted_scrollbar_layer.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -2 lines 0 comments Download
M cc/test/fake_painted_scrollbar_layer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +4 lines, -3 lines 0 comments Download
M cc/test/fake_picture_layer.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +5 lines, -4 lines 0 comments Download
M cc/test/fake_picture_layer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M cc/test/fake_picture_layer_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +17 lines, -14 lines 0 comments Download
M cc/test/fake_picture_layer_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +4 lines, -2 lines 0 comments Download
M cc/test/fake_picture_layer_tiling_client.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M cc/test/fake_proxy.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_recording_source.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +6 lines, -4 lines 0 comments Download
M cc/test/fake_resource_provider.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +4 lines, -4 lines 0 comments Download
M cc/test/fake_scoped_ui_resource.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_scoped_ui_resource.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -2 lines 0 comments Download
M cc/test/fake_tile_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M cc/test/fake_tile_manager_client.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M cc/test/fake_tile_manager_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +5 lines, -5 lines 0 comments Download
M cc/test/layer_test_common.h View 1 2 3 4 5 6 7 8 9 10 11 12 9 chunks +13 lines, -13 lines 0 comments Download
M cc/test/layer_test_common.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -3 lines 0 comments Download
M cc/test/layer_tree_host_common_test.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -3 lines 0 comments Download
M cc/test/layer_tree_json_parser.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/test/layer_tree_json_parser_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +5 lines, -5 lines 0 comments Download
M cc/test/layer_tree_pixel_resource_test.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M cc/test/layer_tree_pixel_resource_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M cc/test/layer_tree_pixel_test.h View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +7 lines, -7 lines 0 comments Download
M cc/test/layer_tree_pixel_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 8 chunks +17 lines, -12 lines 0 comments Download
M cc/test/layer_tree_test.h View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +11 lines, -11 lines 0 comments Download
M cc/test/layer_tree_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 15 chunks +28 lines, -25 lines 0 comments Download
M cc/test/ordered_simple_task_runner.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +3 lines, -3 lines 0 comments Download
M cc/test/ordered_simple_task_runner.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +4 lines, -4 lines 0 comments Download
M cc/test/ordered_simple_task_runner_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +4 lines, -3 lines 0 comments Download
M cc/test/pixel_test.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +11 lines, -11 lines 0 comments Download
M cc/test/pixel_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +7 lines, -6 lines 0 comments Download
M cc/test/pixel_test_output_surface.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/test/pixel_test_output_surface.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/test/proxy_impl_for_test.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +8 lines, -7 lines 0 comments Download
M cc/test/proxy_impl_for_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +6 lines, -4 lines 0 comments Download
M cc/test/proxy_main_for_test.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +7 lines, -7 lines 0 comments Download
M cc/test/proxy_main_for_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +12 lines, -10 lines 0 comments Download
M cc/test/remote_channel_impl_for_test.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -3 lines 0 comments Download
M cc/test/remote_channel_impl_for_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +6 lines, -5 lines 0 comments Download
M cc/test/remote_proto_channel_bridge.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/test/remote_proto_channel_bridge.cc View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +6 lines, -4 lines 0 comments Download
M cc/test/render_pass_test_utils.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M cc/test/scheduler_test_common.h View 1 2 3 4 5 6 7 8 9 10 11 12 6 chunks +18 lines, -15 lines 0 comments Download
M cc/test/scheduler_test_common.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +9 lines, -6 lines 0 comments Download
M cc/test/skia_common.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -1 line 0 comments Download
M cc/test/skia_common.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M cc/test/surface_aggregator_test_helpers.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/test/surface_hittest_test_helpers.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +5 lines, -4 lines 0 comments Download
M cc/test/surface_hittest_test_helpers.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +8 lines, -7 lines 0 comments Download
M cc/test/test_context_provider.h View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +9 lines, -7 lines 0 comments Download
M cc/test/test_context_provider.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M cc/test/test_gpu_memory_buffer_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M cc/test/test_gpu_memory_buffer_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +9 lines, -8 lines 0 comments Download
M cc/test/test_hooks.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +4 lines, -3 lines 0 comments Download
M cc/test/test_hooks.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M cc/test/test_in_process_context_provider.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -3 lines 0 comments Download
M cc/test/test_in_process_context_provider.cc View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +5 lines, -4 lines 0 comments Download
M cc/test/test_shared_bitmap_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -2 lines 0 comments Download
M cc/test/test_shared_bitmap_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +8 lines, -7 lines 0 comments Download
M cc/test/test_texture.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M cc/test/test_web_graphics_context_3d.h View 1 2 3 4 5 6 7 8 9 10 11 12 6 chunks +5 lines, -5 lines 0 comments Download
M cc/test/test_web_graphics_context_3d.cc View 1 2 3 4 5 6 7 8 9 10 11 12 6 chunks +8 lines, -7 lines 0 comments Download
M cc/test/test_web_graphics_context_3d_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +7 lines, -5 lines 0 comments Download
M cc/test/threaded_channel_for_test.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -3 lines 0 comments Download
M cc/test/threaded_channel_for_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +6 lines, -5 lines 0 comments Download
M cc/tiles/eviction_tile_priority_queue.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +5 lines, -4 lines 0 comments Download
M cc/tiles/eviction_tile_priority_queue.cc View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +10 lines, -7 lines 0 comments Download
M cc/tiles/picture_layer_tiling.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M cc/tiles/picture_layer_tiling.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +3 lines, -2 lines 0 comments Download
M cc/tiles/picture_layer_tiling_perftest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +4 lines, -4 lines 0 comments Download
M cc/tiles/picture_layer_tiling_set.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M cc/tiles/picture_layer_tiling_set.cc View 1 2 3 4 5 6 7 8 9 10 11 12 11 chunks +25 lines, -23 lines 0 comments Download
M cc/tiles/picture_layer_tiling_set_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 9 chunks +22 lines, -18 lines 0 comments Download
M cc/tiles/picture_layer_tiling_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 22 chunks +24 lines, -22 lines 0 comments Download
M cc/tiles/raster_tile_priority_queue.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/tiles/raster_tile_priority_queue.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -3 lines 0 comments Download
M cc/tiles/raster_tile_priority_queue_all.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +5 lines, -4 lines 0 comments Download
M cc/tiles/raster_tile_priority_queue_all.cc View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +11 lines, -8 lines 0 comments Download
M cc/tiles/raster_tile_priority_queue_required.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/tiles/raster_tile_priority_queue_required.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -3 lines 0 comments Download
M cc/tiles/software_image_decode_controller.h View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +9 lines, -6 lines 0 comments Download
M cc/tiles/software_image_decode_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 9 chunks +10 lines, -9 lines 0 comments Download
M cc/tiles/tile.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/tiles/tile_draw_info.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -1 line 0 comments Download
M cc/tiles/tile_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 8 chunks +18 lines, -16 lines 0 comments Download
M cc/tiles/tile_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 15 chunks +20 lines, -19 lines 0 comments Download
M cc/tiles/tile_manager_perftest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 8 chunks +13 lines, -11 lines 0 comments Download
M cc/tiles/tile_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 45 chunks +65 lines, -58 lines 0 comments Download
M cc/tiles/tile_priority.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M cc/trees/blocking_task_runner.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M cc/trees/blocking_task_runner.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -2 lines 0 comments Download
M cc/trees/blocking_task_runner_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M cc/trees/channel_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +5 lines, -4 lines 0 comments Download
M cc/trees/channel_main.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/damage_tracker.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -2 lines 0 comments Download
M cc/trees/damage_tracker.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -2 lines 0 comments Download
M cc/trees/damage_tracker_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 14 chunks +38 lines, -37 lines 0 comments Download
M cc/trees/latency_info_swap_promise_monitor.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +5 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_host.h View 1 2 3 4 5 6 7 8 9 10 11 12 16 chunks +33 lines, -31 lines 0 comments Download
M cc/trees/layer_tree_host.cc View 1 2 3 4 5 6 7 8 9 10 11 12 17 chunks +34 lines, -31 lines 0 comments Download
M cc/trees/layer_tree_host_client.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +5 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_host_common.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/layer_tree_host_common_perftest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +5 lines, -6 lines 0 comments Download
M cc/trees/layer_tree_host_common_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 68 chunks +137 lines, -110 lines 0 comments Download
M cc/trees/layer_tree_host_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 17 chunks +41 lines, -39 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 21 chunks +31 lines, -28 lines 0 comments Download
M cc/trees/layer_tree_host_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 156 chunks +300 lines, -300 lines 0 comments Download
M cc/trees/layer_tree_host_perftest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_readback.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +7 lines, -8 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_tiles.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/layer_tree_host_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 34 chunks +59 lines, -53 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_animation.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +6 lines, -6 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_context.cc View 1 2 3 4 5 6 7 8 9 10 11 12 15 chunks +22 lines, -22 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_copyrequest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 23 chunks +31 lines, -29 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_record_gpu_histogram.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_remote_server.cc View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +10 lines, -8 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_scroll.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +8 lines, -8 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_serialization.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 11 chunks +19 lines, -17 lines 0 comments Download
M cc/trees/layer_tree_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 6 chunks +13 lines, -12 lines 0 comments Download
M cc/trees/layer_tree_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 51 chunks +105 lines, -83 lines 0 comments Download
M cc/trees/occlusion_tracker_perftest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +5 lines, -5 lines 0 comments Download
M cc/trees/occlusion_tracker_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 8 chunks +14 lines, -10 lines 0 comments Download
M cc/trees/proxy.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M cc/trees/proxy_common.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/proxy_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 8 chunks +13 lines, -12 lines 0 comments Download
M cc/trees/proxy_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 6 chunks +16 lines, -14 lines 0 comments Download
M cc/trees/proxy_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -2 lines 0 comments Download
M cc/trees/proxy_main.h View 1 2 3 4 5 6 7 8 9 10 11 12 6 chunks +11 lines, -9 lines 0 comments Download
M cc/trees/proxy_main.cc View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +10 lines, -10 lines 0 comments Download
M cc/trees/remote_channel_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 8 chunks +16 lines, -14 lines 0 comments Download
M cc/trees/remote_channel_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 10 chunks +17 lines, -14 lines 0 comments Download
M cc/trees/remote_channel_main.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +4 lines, -3 lines 0 comments Download
M cc/trees/remote_channel_main.cc View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +9 lines, -7 lines 0 comments Download
M cc/trees/remote_proto_channel.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -2 lines 0 comments Download
M cc/trees/single_thread_proxy.h View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +16 lines, -13 lines 0 comments Download
M cc/trees/single_thread_proxy.cc View 1 2 3 4 5 6 7 8 9 10 11 12 7 chunks +9 lines, -8 lines 0 comments Download
M cc/trees/task_runner_provider.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +5 lines, -4 lines 0 comments Download
M cc/trees/threaded_channel.h View 1 2 3 4 5 6 7 8 9 10 11 12 7 chunks +15 lines, -14 lines 0 comments Download
M cc/trees/threaded_channel.cc View 1 2 3 4 5 6 7 8 9 10 11 12 8 chunks +14 lines, -11 lines 0 comments Download
M cc/trees/threaded_channel_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -1 line 0 comments Download
M cc/trees/tree_synchronizer.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -1 line 0 comments Download
M cc/trees/tree_synchronizer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +9 lines, -9 lines 0 comments Download
M cc/trees/tree_synchronizer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 7 chunks +10 lines, -8 lines 0 comments Download
M components/scheduler/renderer/deadline_task_runner_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/compositor/browser_compositor_output_surface.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/compositor/browser_compositor_overlay_candidate_validator_android.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/compositor/software_output_device_ozone.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/compositor/software_output_device_ozone.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/web_contents/aura/overscroll_window_animation.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M content/public/test/layouttest_support.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/raster_worker_pool.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M ui/android/window_android_compositor.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M ui/compositor/callback_layer_animation_observer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M ui/compositor/float_animation_curve_adapter.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M ui/compositor/transform_animation_curve_adapter.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M ui/snapshot/snapshot_android.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M ui/snapshot/snapshot_async.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 54 (32 generated)
danakj
4 years, 8 months ago (2016-04-08 00:37:17 UTC) #3
vmpstr
lgtm, thanks (I looked at animation and spot checked other places). https://codereview.chromium.org/1866203004/diff/1/cc/animation/element_animations.cc File cc/animation/element_animations.cc (right): ...
4 years, 8 months ago (2016-04-08 00:53:55 UTC) #4
danakj
https://codereview.chromium.org/1866203004/diff/1/cc/animation/element_animations.cc File cc/animation/element_animations.cc (right): https://codereview.chromium.org/1866203004/diff/1/cc/animation/element_animations.cc#newcode66 cc/animation/element_animations.cc:66: : players_list_(base::WrapUnique(new PlayersList())), On 2016/04/08 00:53:55, vmpstr wrote: > ...
4 years, 8 months ago (2016-04-08 00:59:01 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1866203004/10001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1866203004/10001
4 years, 8 months ago (2016-04-08 00:59:16 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_android on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/cast_shell_android/builds/47323) chromeos_daisy_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, ...
4 years, 8 months ago (2016-04-08 01:07:25 UTC) #9
danakj
+piman TBR for content and ui/compositor IWYU for scoped_ptr.h
4 years, 8 months ago (2016-04-08 18:25:55 UTC) #11
danakj
On 2016/04/08 18:25:55, danakj wrote: > +piman TBR for content and ui/compositor IWYU for scoped_ptr.h ...
4 years, 8 months ago (2016-04-08 18:26:43 UTC) #12
danakj
On 2016/04/08 18:26:43, danakj wrote: > On 2016/04/08 18:25:55, danakj wrote: > > +piman TBR ...
4 years, 8 months ago (2016-04-08 18:28:28 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1866203004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1866203004/40001
4 years, 8 months ago (2016-04-08 18:29:30 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_chromium_gn_compile_dbg/builds/48072) linux_chromium_gn_chromeos_rel on tryserver.chromium.linux (JOB_FAILED, ...
4 years, 8 months ago (2016-04-08 18:47:46 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1866203004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1866203004/60001
4 years, 8 months ago (2016-04-08 20:10:35 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_chromium_gn_compile_rel/builds/48176) android_compile_dbg on tryserver.chromium.android (JOB_FAILED, ...
4 years, 8 months ago (2016-04-08 20:17:06 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1866203004/70001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1866203004/70001
4 years, 8 months ago (2016-04-08 20:47:38 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1866203004/90001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1866203004/90001
4 years, 8 months ago (2016-04-08 21:06:31 UTC) #36
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_chromium_gn_compile_rel/builds/48223) linux_chromium_gn_chromeos_rel on tryserver.chromium.linux (JOB_FAILED, ...
4 years, 8 months ago (2016-04-08 21:28:17 UTC) #38
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1866203004/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1866203004/100001
4 years, 8 months ago (2016-04-08 21:41:10 UTC) #41
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_chromium_gn_compile_rel/builds/48244) android_compile_dbg on tryserver.chromium.android (JOB_FAILED, ...
4 years, 8 months ago (2016-04-08 22:00:54 UTC) #43
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1866203004/110001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1866203004/110001
4 years, 8 months ago (2016-04-08 22:08:47 UTC) #46
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg_recipe on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_clang_dbg_recipe/builds/48095) android_compile_dbg on tryserver.chromium.android (JOB_FAILED, ...
4 years, 8 months ago (2016-04-08 22:15:59 UTC) #48
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1866203004/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1866203004/120001
4 years, 8 months ago (2016-04-08 23:07:07 UTC) #51
commit-bot: I haz the power
Committed patchset #13 (id:120001)
4 years, 8 months ago (2016-04-09 00:25:03 UTC) #52
commit-bot: I haz the power
4 years, 8 months ago (2016-04-09 00:26:47 UTC) #54
Message was sent while issue was closed.
Patchset 13 (id:??) landed as
https://crrev.com/60bc3bcfa8b7141986c5e4b3c357c7e03393f230
Cr-Commit-Position: refs/heads/master@{#386260}

Powered by Google App Engine
This is Rietveld 408576698