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

Issue 645853008: Standardize usage of virtual/override/final in cc/ (Closed)

Created:
6 years, 2 months ago by dcheng
Modified:
6 years, 2 months ago
Reviewers:
enne (OOO)
CC:
cc-bugs_chromium.org, chromium-reviews, feature-media-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Standardize usage of virtual/override/final in cc/ BUG=417463 TBR=enne@chromium.org Committed: https://crrev.com/716bedf160f4c4c1945cab54c3f490424a0eb779 Cr-Commit-Position: refs/heads/master@{#300439}

Patch Set 1 #

Patch Set 2 : Formatted #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2890 lines, -3251 lines) Patch
M cc/animation/animation_curve.h View 2 chunks +8 lines, -8 lines 0 comments Download
M cc/animation/keyframed_animation_curve.h View 1 12 chunks +27 lines, -27 lines 0 comments Download
M cc/animation/layer_animation_controller_unittest.cc View 1 1 chunk +6 lines, -7 lines 0 comments Download
M cc/animation/scroll_offset_animation_curve.h View 2 chunks +4 lines, -4 lines 0 comments Download
M cc/animation/scrollbar_animation_controller_linear_fade.h View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/animation/scrollbar_animation_controller_linear_fade_unittest.cc View 1 2 chunks +4 lines, -6 lines 0 comments Download
M cc/animation/scrollbar_animation_controller_thinning.h View 3 chunks +5 lines, -5 lines 0 comments Download
M cc/animation/scrollbar_animation_controller_thinning_unittest.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M cc/animation/timing_function.h View 1 chunk +5 lines, -5 lines 0 comments Download
M cc/base/delayed_unique_notifier_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/base/latency_info_swap_promise.h View 1 chunk +4 lines, -4 lines 0 comments Download
M cc/base/latency_info_swap_promise_monitor.h View 1 chunk +4 lines, -4 lines 0 comments Download
M cc/blink/scrollbar_impl.h View 1 1 chunk +12 lines, -12 lines 0 comments Download
M cc/blink/web_content_layer_impl.h View 1 1 chunk +6 lines, -6 lines 0 comments Download
M cc/blink/web_external_texture_layer_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/blink/web_layer_impl.h View 1 1 chunk +1 line, -2 lines 0 comments Download
M cc/blink/web_layer_impl.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/blink/web_to_cc_animation_delegate_adapter.h View 1 1 chunk +6 lines, -8 lines 0 comments Download
M cc/debug/invalidation_benchmark.h View 1 chunk +4 lines, -4 lines 0 comments Download
M cc/debug/picture_record_benchmark.h View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/debug/rasterize_and_record_benchmark.h View 1 chunk +4 lines, -4 lines 0 comments Download
M cc/debug/rasterize_and_record_benchmark_impl.h View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/debug/rasterize_and_record_benchmark_impl.cc View 1 3 chunks +14 lines, -18 lines 0 comments Download
M cc/debug/traced_picture.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/debug/unittest_only_benchmark.h View 1 chunk +4 lines, -4 lines 0 comments Download
M cc/debug/unittest_only_benchmark_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/input/top_controls_manager_unittest.cc View 1 1 chunk +5 lines, -9 lines 0 comments Download
M cc/layers/content_layer.h View 1 2 chunks +14 lines, -15 lines 0 comments Download
M cc/layers/contents_scaling_layer.h View 1 1 chunk +7 lines, -7 lines 0 comments Download
M cc/layers/contents_scaling_layer_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/layers/delegated_frame_provider_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/delegated_frame_resource_collection_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/delegated_renderer_layer.h View 1 1 chunk +7 lines, -8 lines 0 comments Download
M cc/layers/delegated_renderer_layer_impl.h View 1 2 chunks +14 lines, -15 lines 0 comments Download
M cc/layers/heads_up_display_layer.h View 1 1 chunk +3 lines, -5 lines 0 comments Download
M cc/layers/heads_up_display_layer_impl.h View 1 2 chunks +10 lines, -11 lines 0 comments Download
M cc/layers/heads_up_display_unittest.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M cc/layers/image_layer.h View 1 1 chunk +12 lines, -13 lines 0 comments Download
M cc/layers/io_surface_layer.h View 1 1 chunk +6 lines, -7 lines 0 comments Download
M cc/layers/io_surface_layer_impl.h View 1 1 chunk +10 lines, -11 lines 0 comments Download
M cc/layers/layer.h View 1 2 chunks +8 lines, -9 lines 0 comments Download
M cc/layers/layer_impl.h View 1 1 chunk +14 lines, -16 lines 0 comments Download
M cc/layers/layer_impl_unittest.cc View 1 2 chunks +6 lines, -10 lines 0 comments Download
M cc/layers/layer_iterator_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/layers/layer_perftest.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M cc/layers/layer_unittest.cc View 1 3 chunks +4 lines, -5 lines 0 comments Download
M cc/layers/nine_patch_layer.h View 1 2 chunks +3 lines, -4 lines 0 comments Download
M cc/layers/nine_patch_layer_impl.h View 1 2 chunks +8 lines, -9 lines 0 comments Download
M cc/layers/painted_scrollbar_layer.h View 1 1 chunk +17 lines, -18 lines 0 comments Download
M cc/layers/painted_scrollbar_layer_impl.h View 1 2 chunks +14 lines, -15 lines 0 comments Download
M cc/layers/picture_image_layer.h View 1 1 chunk +6 lines, -7 lines 0 comments Download
M cc/layers/picture_image_layer_impl.h View 1 1 chunk +7 lines, -9 lines 0 comments Download
M cc/layers/picture_layer.h View 1 2 chunks +14 lines, -15 lines 0 comments Download
M cc/layers/picture_layer_impl.h View 1 2 chunks +33 lines, -38 lines 0 comments Download
M cc/layers/picture_layer_impl_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M cc/layers/picture_layer_unittest.cc View 1 1 chunk +3 lines, -5 lines 0 comments Download
M cc/layers/render_surface_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/scrollbar_layer_impl_base.h View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/layers/scrollbar_layer_unittest.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M cc/layers/solid_color_layer.h View 1 1 chunk +3 lines, -4 lines 0 comments Download
M cc/layers/solid_color_layer_impl.h View 1 1 chunk +6 lines, -7 lines 0 comments Download
M cc/layers/solid_color_scrollbar_layer.h View 1 3 chunks +11 lines, -12 lines 0 comments Download
M cc/layers/solid_color_scrollbar_layer_impl.h View 1 2 chunks +11 lines, -12 lines 0 comments Download
M cc/layers/surface_layer.h View 1 1 chunk +4 lines, -5 lines 0 comments Download
M cc/layers/surface_layer_impl.h View 1 1 chunk +9 lines, -11 lines 0 comments Download
M cc/layers/texture_layer.h View 1 2 chunks +9 lines, -10 lines 0 comments Download
M cc/layers/texture_layer_impl.h View 1 2 chunks +12 lines, -12 lines 0 comments Download
M cc/layers/texture_layer_unittest.cc View 1 32 chunks +37 lines, -52 lines 0 comments Download
M cc/layers/tiled_layer.h View 1 3 chunks +13 lines, -15 lines 0 comments Download
M cc/layers/tiled_layer_impl.h View 1 3 chunks +16 lines, -18 lines 0 comments Download
M cc/layers/tiled_layer_unittest.cc View 1 4 chunks +5 lines, -8 lines 0 comments Download
M cc/layers/ui_resource_layer.h View 1 3 chunks +5 lines, -6 lines 0 comments Download
M cc/layers/ui_resource_layer.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/layers/ui_resource_layer_impl.h View 1 3 chunks +10 lines, -11 lines 0 comments Download
M cc/layers/video_frame_provider_client_impl.h View 1 chunk +4 lines, -4 lines 0 comments Download
M cc/layers/video_layer.h View 1 1 chunk +4 lines, -5 lines 0 comments Download
M cc/layers/video_layer_impl.h View 1 2 chunks +12 lines, -13 lines 0 comments Download
M cc/output/bsp_walk_action.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/output/delegating_renderer.h View 1 2 chunks +11 lines, -11 lines 0 comments Download
M cc/output/delegating_renderer_unittest.cc View 1 5 chunks +15 lines, -21 lines 0 comments Download
M cc/output/direct_renderer.h View 1 1 chunk +8 lines, -8 lines 0 comments Download
M cc/output/gl_renderer.h View 1 4 chunks +26 lines, -26 lines 0 comments Download
M cc/output/gl_renderer.cc View 1 3 chunks +6 lines, -8 lines 0 comments Download
M cc/output/gl_renderer_unittest.cc View 1 11 chunks +50 lines, -76 lines 0 comments Download
M cc/output/output_surface_unittest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M cc/output/overlay_strategy_single_on_top.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M cc/output/overlay_unittest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M cc/output/renderer_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/output/software_renderer.h View 1 2 chunks +25 lines, -27 lines 0 comments Download
M cc/output/software_renderer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/quads/checkerboard_draw_quad.h View 1 1 chunk +2 lines, -3 lines 0 comments Download
M cc/quads/content_draw_quad_base.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/quads/debug_border_draw_quad.h View 1 1 chunk +2 lines, -3 lines 0 comments Download
M cc/quads/io_surface_draw_quad.h View 1 1 chunk +2 lines, -3 lines 0 comments Download
M cc/quads/list_container_unittest.cc View 1 1 chunk +3 lines, -4 lines 0 comments Download
M cc/quads/picture_draw_quad.h View 1 2 chunks +3 lines, -4 lines 0 comments Download
M cc/quads/render_pass_draw_quad.h View 1 2 chunks +3 lines, -4 lines 0 comments Download
M cc/quads/solid_color_draw_quad.h View 1 1 chunk +2 lines, -3 lines 0 comments Download
M cc/quads/stream_video_draw_quad.h View 1 1 chunk +2 lines, -3 lines 0 comments Download
M cc/quads/surface_draw_quad.h View 1 1 chunk +2 lines, -3 lines 0 comments Download
M cc/quads/texture_draw_quad.h View 1 1 chunk +2 lines, -3 lines 0 comments Download
M cc/quads/tile_draw_quad.h View 1 2 chunks +3 lines, -4 lines 0 comments Download
M cc/quads/yuv_video_draw_quad.h View 1 2 chunks +3 lines, -4 lines 0 comments Download
M cc/resources/bitmap_content_layer_updater.h View 1 2 chunks +14 lines, -14 lines 0 comments Download
M cc/resources/bitmap_raster_worker_pool.h View 2 chunks +8 lines, -8 lines 0 comments Download
M cc/resources/bitmap_raster_worker_pool.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M cc/resources/bitmap_skpicture_content_layer_updater.h View 1 3 chunks +6 lines, -6 lines 0 comments Download
M cc/resources/content_layer_updater.h View 1 chunk +4 lines, -4 lines 0 comments Download
M cc/resources/gpu_raster_worker_pool.h View 2 chunks +8 lines, -8 lines 0 comments Download
M cc/resources/gpu_raster_worker_pool.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M cc/resources/image_layer_updater.h View 1 3 chunks +7 lines, -7 lines 0 comments Download
M cc/resources/one_copy_raster_worker_pool.h View 2 chunks +8 lines, -8 lines 0 comments Download
M cc/resources/one_copy_raster_worker_pool.cc View 1 2 chunks +5 lines, -5 lines 0 comments Download
M cc/resources/picture_pile.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/picture_pile_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/picture_pile_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/pixel_buffer_raster_worker_pool.h View 2 chunks +8 lines, -8 lines 0 comments Download
M cc/resources/pixel_buffer_raster_worker_pool.cc View 1 1 chunk +5 lines, -5 lines 0 comments Download
M cc/resources/raster_worker_pool.cc View 1 2 chunks +7 lines, -9 lines 0 comments Download
M cc/resources/raster_worker_pool_perftest.cc View 1 7 chunks +36 lines, -36 lines 0 comments Download
M cc/resources/raster_worker_pool_unittest.cc View 3 chunks +10 lines, -10 lines 0 comments Download
M cc/resources/rasterizer.h View 3 chunks +5 lines, -5 lines 0 comments Download
M cc/resources/resource_provider.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/resource_provider.cc View 4 chunks +7 lines, -7 lines 0 comments Download
M cc/resources/resource_provider_unittest.cc View 1 7 chunks +30 lines, -32 lines 0 comments Download
M cc/resources/resource_update_controller_unittest.cc View 1 4 chunks +16 lines, -17 lines 0 comments Download
M cc/resources/scoped_ui_resource.h View 1 1 chunk +2 lines, -3 lines 0 comments Download
M cc/resources/skpicture_content_layer_updater.h View 1 1 chunk +6 lines, -6 lines 0 comments Download
M cc/resources/task_graph_runner_perftest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/resources/task_graph_runner_unittest.cc View 5 chunks +6 lines, -6 lines 0 comments Download
M cc/resources/texture_uploader_unittest.cc View 1 3 chunks +11 lines, -13 lines 0 comments Download
M cc/resources/tile_manager.h View 2 chunks +4 lines, -4 lines 0 comments Download
M cc/resources/tile_manager.cc View 1 4 chunks +10 lines, -12 lines 0 comments Download
M cc/resources/tile_manager_perftest.cc View 1 3 chunks +6 lines, -7 lines 0 comments Download
M cc/resources/video_resource_updater.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/resources/zero_copy_raster_worker_pool.h View 2 chunks +8 lines, -8 lines 0 comments Download
M cc/resources/zero_copy_raster_worker_pool.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M cc/scheduler/begin_frame_source.h View 1 8 chunks +28 lines, -29 lines 0 comments Download
M cc/scheduler/begin_frame_source_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M cc/scheduler/delay_based_time_source.h View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/scheduler/scheduler.h View 2 chunks +4 lines, -4 lines 0 comments Download
M cc/scheduler/scheduler_unittest.cc View 1 10 chunks +35 lines, -44 lines 0 comments Download
M cc/surfaces/display.h View 1 2 chunks +16 lines, -17 lines 0 comments Download
M cc/surfaces/surface_aggregator_unittest.cc View 1 2 chunks +3 lines, -5 lines 0 comments Download
M cc/surfaces/surface_factory_unittest.cc View 1 1 chunk +2 lines, -3 lines 0 comments Download
M cc/surfaces/surfaces_pixeltest.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M cc/test/animation_test_common.h View 1 5 chunks +27 lines, -28 lines 0 comments Download
M cc/test/cc_test_suite.h View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/test/fake_content_layer.h View 1 4 chunks +6 lines, -7 lines 0 comments Download
M cc/test/fake_content_layer.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_content_layer_client.h View 1 chunk +4 lines, -4 lines 0 comments Download
M cc/test/fake_content_layer_impl.h View 1 2 chunks +3 lines, -4 lines 0 comments Download
M cc/test/fake_delegated_renderer_layer.h View 1 1 chunk +2 lines, -3 lines 0 comments Download
M cc/test/fake_delegated_renderer_layer_impl.h View 1 1 chunk +2 lines, -3 lines 0 comments Download
M cc/test/fake_layer_tree_host.h View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/test/fake_layer_tree_host_client.h View 1 1 chunk +20 lines, -20 lines 0 comments Download
M cc/test/fake_layer_tree_host_impl.h View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/test/fake_layer_tree_host_impl_client.h View 1 1 chunk +25 lines, -28 lines 0 comments Download
M cc/test/fake_output_surface.h View 3 chunks +5 lines, -5 lines 0 comments Download
M cc/test/fake_output_surface_client.h View 1 1 chunk +13 lines, -13 lines 0 comments Download
M cc/test/fake_painted_scrollbar_layer.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M cc/test/fake_picture_layer.h View 1 2 chunks +6 lines, -7 lines 0 comments Download
M cc/test/fake_picture_layer_impl.h View 1 2 chunks +9 lines, -11 lines 0 comments Download
M cc/test/fake_picture_layer_tiling_client.h View 1 1 chunk +13 lines, -14 lines 0 comments Download
M cc/test/fake_picture_pile_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_proxy.h View 1 chunk +24 lines, -24 lines 0 comments Download
M cc/test/fake_renderer_client.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_rendering_stats_instrumentation.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_scoped_ui_resource.h View 1 1 chunk +1 line, -2 lines 0 comments Download
M cc/test/fake_scrollbar.h View 1 1 chunk +12 lines, -12 lines 0 comments Download
M cc/test/fake_tile_manager.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/test/fake_tile_manager.cc View 1 3 chunks +6 lines, -7 lines 0 comments Download
M cc/test/fake_tile_manager_client.h View 1 1 chunk +8 lines, -9 lines 0 comments Download
M cc/test/fake_ui_resource_layer_tree_host_impl.h View 1 1 chunk +6 lines, -6 lines 0 comments Download
M cc/test/fake_video_frame_provider.h View 1 1 chunk +4 lines, -5 lines 0 comments Download
M cc/test/layer_tree_pixel_test.h View 1 chunk +6 lines, -6 lines 0 comments Download
M cc/test/layer_tree_test.h View 1 3 chunks +8 lines, -9 lines 0 comments Download
M cc/test/layer_tree_test.cc View 1 9 chunks +48 lines, -52 lines 0 comments Download
M cc/test/ordered_simple_task_runner.h View 1 2 chunks +8 lines, -9 lines 0 comments Download
M cc/test/pixel_comparator.h View 1 2 chunks +6 lines, -6 lines 0 comments Download
M cc/test/pixel_test.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/pixel_test_output_surface.h View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/test/pixel_test_software_output_device.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/scheduler_test_common.h View 1 7 chunks +17 lines, -18 lines 0 comments Download
M cc/test/solid_color_content_layer_client.h View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/test/test_context_provider.h View 2 chunks +12 lines, -12 lines 0 comments Download
M cc/test/test_context_support.h View 1 1 chunk +14 lines, -15 lines 0 comments Download
M cc/test/test_gles2_interface.h View 1 1 chunk +159 lines, -172 lines 0 comments Download
M cc/test/test_gpu_memory_buffer_manager.h View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/test/test_gpu_memory_buffer_manager.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M cc/test/test_in_process_context_provider.h View 1 chunk +12 lines, -12 lines 0 comments Download
M cc/test/test_shared_bitmap_manager.h View 1 1 chunk +4 lines, -5 lines 0 comments Download
M cc/test/tiled_layer_test_common.h View 1 7 chunks +24 lines, -24 lines 0 comments Download
M cc/trees/layer_tree_host_common_perftest.cc View 1 6 chunks +9 lines, -11 lines 0 comments Download
M cc/trees/layer_tree_host_common_unittest.cc View 1 5 chunks +12 lines, -12 lines 0 comments Download
M cc/trees/layer_tree_host_impl.h View 1 4 chunks +55 lines, -59 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host_impl_unittest.cc View 1 15 chunks +62 lines, -80 lines 0 comments Download
M cc/trees/layer_tree_host_perftest.cc View 10 chunks +17 lines, -17 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_filters.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_masks.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc View 1 3 chunks +7 lines, -8 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_readback.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M cc/trees/layer_tree_host_unittest.cc View 1 201 chunks +358 lines, -376 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_animation.cc View 1 58 chunks +143 lines, -175 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_context.cc View 1 59 chunks +98 lines, -113 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_copyrequest.cc View 1 44 chunks +51 lines, -53 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_damage.cc View 1 27 chunks +52 lines, -72 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_delegated.cc View 1 52 chunks +73 lines, -100 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_no_message_loop.cc View 1 6 chunks +25 lines, -27 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_occlusion.cc View 1 18 chunks +21 lines, -23 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_picture.cc View 6 chunks +7 lines, -7 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_proxy.cc View 1 4 chunks +10 lines, -16 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_scroll.cc View 1 37 chunks +71 lines, -80 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_video.cc View 1 4 chunks +7 lines, -9 lines 0 comments Download
M cc/trees/layer_tree_impl.cc View 1 1 chunk +3 lines, -4 lines 0 comments Download
M cc/trees/occlusion_tracker_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M cc/trees/single_thread_proxy.h View 1 1 chunk +66 lines, -69 lines 0 comments Download
M cc/trees/thread_proxy.h View 1 2 chunks +67 lines, -70 lines 0 comments Download
M cc/trees/tree_synchronizer_unittest.cc View 1 4 chunks +7 lines, -8 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/645853008/20001
6 years, 2 months ago (2014-10-21 08:53:01 UTC) #2
dcheng
6 years, 2 months ago (2014-10-21 08:55:49 UTC) #3
commit-bot: I haz the power
Committed patchset #2 (id:20001)
6 years, 2 months ago (2014-10-21 09:51:29 UTC) #4
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/716bedf160f4c4c1945cab54c3f490424a0eb779 Cr-Commit-Position: refs/heads/master@{#300439}
6 years, 2 months ago (2014-10-21 09:52:24 UTC) #5
enne (OOO)
6 years, 2 months ago (2014-10-21 17:10:47 UTC) #6
Message was sent while issue was closed.
lgtm, thanks.

Powered by Google App Engine
This is Rietveld 408576698