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

Issue 628443002: replace OVERRIDE and FINAL with override and final in cc/ (Closed)

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

Description

replace OVERRIDE and FINAL with override and final in cc/ BUG=417463 Committed: https://crrev.com/f68776d8c52601899d957c7ac222693fd51405d2 Cr-Commit-Position: refs/heads/master@{#298271}

Patch Set 1 #

Patch Set 2 : rebase on master #

Patch Set 3 : rebase on master #

Patch Set 4 : add temporary presubmit check #

Patch Set 5 : rebase on master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2270 lines, -2233 lines) Patch
M cc/PRESUBMIT.py View 1 2 3 2 chunks +37 lines, -0 lines 0 comments Download
M cc/animation/animation_curve.h View 4 chunks +4 lines, -4 lines 0 comments Download
M cc/animation/keyframed_animation_curve.h View 4 chunks +17 lines, -17 lines 0 comments Download
M cc/animation/layer_animation_controller_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/animation/scroll_offset_animation_curve.h View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/animation/scrollbar_animation_controller_linear_fade.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/animation/scrollbar_animation_controller_linear_fade_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/animation/scrollbar_animation_controller_thinning.h View 2 chunks +4 lines, -4 lines 0 comments Download
M cc/animation/scrollbar_animation_controller_thinning_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/animation/timing_function.h View 1 chunk +4 lines, -4 lines 0 comments Download
M cc/base/delayed_unique_notifier_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/base/latency_info_swap_promise.h View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/base/latency_info_swap_promise_monitor.h View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/base/unique_notifier_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/blink/scrollbar_impl.h View 1 chunk +9 lines, -9 lines 0 comments Download
M cc/blink/web_content_layer_impl.h View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/blink/web_external_bitmap_impl.h View 1 chunk +3 lines, -3 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 chunk +1 line, -1 line 0 comments Download
M cc/blink/web_layer_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/blink/web_to_cc_animation_delegate_adapter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/debug/invalidation_benchmark.h View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/debug/micro_benchmark_controller_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/debug/picture_record_benchmark.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/debug/rasterize_and_record_benchmark.h View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/debug/rasterize_and_record_benchmark_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/debug/rasterize_and_record_benchmark_impl.cc View 2 chunks +11 lines, -11 lines 0 comments Download
M cc/debug/traced_picture.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/debug/unittest_only_benchmark.h View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/debug/unittest_only_benchmark_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/input/top_controls_manager_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M cc/layers/content_layer.h View 2 chunks +12 lines, -12 lines 0 comments Download
M cc/layers/contents_scaling_layer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layers/contents_scaling_layer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/delegated_frame_provider_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/layers/delegated_frame_resource_collection_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/layers/delegated_renderer_layer.h View 1 chunk +5 lines, -5 lines 0 comments Download
M cc/layers/delegated_renderer_layer_impl.h View 2 chunks +10 lines, -10 lines 0 comments Download
M cc/layers/heads_up_display_layer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layers/heads_up_display_layer_impl.h View 2 chunks +6 lines, -6 lines 0 comments Download
M cc/layers/heads_up_display_unittest.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M cc/layers/image_layer.h View 1 chunk +7 lines, -7 lines 0 comments Download
M cc/layers/io_surface_layer.h View 1 chunk +4 lines, -4 lines 0 comments Download
M cc/layers/io_surface_layer_impl.h View 1 chunk +6 lines, -6 lines 0 comments Download
M cc/layers/layer.h View 1 chunk +7 lines, -7 lines 0 comments Download
M cc/layers/layer_impl.h View 1 chunk +9 lines, -9 lines 0 comments Download
M cc/layers/layer_impl_unittest.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M cc/layers/layer_iterator_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/layer_perftest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/layers/layer_unittest.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M cc/layers/nine_patch_layer.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/layers/nine_patch_layer_impl.h View 1 chunk +5 lines, -5 lines 0 comments Download
M cc/layers/painted_scrollbar_layer.h View 1 chunk +12 lines, -12 lines 0 comments Download
M cc/layers/painted_scrollbar_layer_impl.h View 2 chunks +10 lines, -10 lines 0 comments Download
M cc/layers/picture_image_layer.h View 1 chunk +5 lines, -5 lines 0 comments Download
M cc/layers/picture_image_layer_impl.h View 1 chunk +6 lines, -6 lines 0 comments Download
M cc/layers/picture_layer.h View 2 chunks +11 lines, -11 lines 0 comments Download
M cc/layers/picture_layer_impl.h View 2 chunks +26 lines, -26 lines 0 comments Download
M cc/layers/picture_layer_impl_perftest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/picture_layer_impl_unittest.cc View 1 2 3 4 4 chunks +5 lines, -5 lines 0 comments Download
M cc/layers/picture_layer_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/layers/render_surface_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/scrollbar_layer_impl_base.h View 1 chunk +2 lines, -2 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 chunk +2 lines, -2 lines 0 comments Download
M cc/layers/solid_color_layer_impl.h View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/layers/solid_color_scrollbar_layer.h View 2 chunks +10 lines, -10 lines 0 comments Download
M cc/layers/solid_color_scrollbar_layer_impl.h View 2 chunks +8 lines, -8 lines 0 comments Download
M cc/layers/surface_layer.h View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/layers/surface_layer_impl.h View 1 chunk +6 lines, -6 lines 0 comments Download
M cc/layers/texture_layer.h View 2 chunks +7 lines, -7 lines 0 comments Download
M cc/layers/texture_layer_impl.h View 2 chunks +7 lines, -7 lines 0 comments Download
M cc/layers/texture_layer_unittest.cc View 31 chunks +36 lines, -36 lines 0 comments Download
M cc/layers/tiled_layer.h View 3 chunks +11 lines, -11 lines 0 comments Download
M cc/layers/tiled_layer_impl.h View 3 chunks +11 lines, -11 lines 0 comments Download
M cc/layers/tiled_layer_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M cc/layers/ui_resource_layer.h View 3 chunks +4 lines, -4 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 2 chunks +6 lines, -6 lines 0 comments Download
M cc/layers/video_frame_provider_client_impl.h View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/layers/video_layer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layers/video_layer_impl.h View 2 chunks +8 lines, -8 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 2 chunks +6 lines, -6 lines 0 comments Download
M cc/output/delegating_renderer_unittest.cc View 5 chunks +11 lines, -11 lines 0 comments Download
M cc/output/direct_renderer.h View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/output/gl_renderer.h View 4 chunks +21 lines, -21 lines 0 comments Download
M cc/output/gl_renderer.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M cc/output/gl_renderer_unittest.cc View 11 chunks +34 lines, -34 lines 0 comments Download
M cc/output/output_surface_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/output/overlay_strategy_single_on_top.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/output/overlay_unittest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M cc/output/renderer_pixeltest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/output/software_renderer.h View 1 chunk +20 lines, -20 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 chunk +2 lines, -2 lines 0 comments Download
M cc/quads/content_draw_quad_base.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/quads/debug_border_draw_quad.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/quads/io_surface_draw_quad.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/quads/list_container_unittest.cc View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
M cc/quads/picture_draw_quad.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/quads/render_pass_draw_quad.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/quads/solid_color_draw_quad.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/quads/stream_video_draw_quad.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/quads/surface_draw_quad.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/quads/texture_draw_quad.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/quads/tile_draw_quad.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/quads/yuv_video_draw_quad.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/resources/bitmap_content_layer_updater.h View 2 chunks +5 lines, -5 lines 0 comments Download
M cc/resources/bitmap_raster_worker_pool.h View 1 chunk +7 lines, -7 lines 0 comments Download
M cc/resources/bitmap_raster_worker_pool.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/resources/bitmap_skpicture_content_layer_updater.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/resources/content_layer_updater.h View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/resources/gpu_raster_worker_pool.h View 1 chunk +7 lines, -7 lines 0 comments Download
M cc/resources/gpu_raster_worker_pool.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/resources/image_layer_updater.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/resources/one_copy_raster_worker_pool.h View 1 chunk +7 lines, -7 lines 0 comments Download
M cc/resources/one_copy_raster_worker_pool.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/resources/picture_layer_tiling_perftest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/resources/picture_pile_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/resources/pixel_buffer_raster_worker_pool.h View 1 chunk +7 lines, -7 lines 0 comments Download
M cc/resources/pixel_buffer_raster_worker_pool.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/resources/raster_worker_pool.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M cc/resources/raster_worker_pool_perftest.cc View 7 chunks +30 lines, -30 lines 0 comments Download
M cc/resources/raster_worker_pool_unittest.cc View 5 chunks +10 lines, -10 lines 0 comments Download
M cc/resources/rasterizer.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/resources/resource_provider.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M cc/resources/resource_provider_unittest.cc View 9 chunks +12 lines, -12 lines 0 comments Download
M cc/resources/resource_update_controller_unittest.cc View 5 chunks +7 lines, -7 lines 0 comments Download
M cc/resources/scoped_ui_resource.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/skpicture_content_layer_updater.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/task_graph_runner_perftest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/resources/task_graph_runner_unittest.cc View 6 chunks +8 lines, -8 lines 0 comments Download
M cc/resources/texture_uploader_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M cc/resources/tile_manager.h View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/resources/tile_manager.cc View 4 chunks +8 lines, -8 lines 0 comments Download
M cc/resources/tile_manager_perftest.cc View 4 chunks +7 lines, -7 lines 0 comments Download
M cc/resources/tile_manager_unittest.cc View 3 chunks +7 lines, -7 lines 0 comments Download
M cc/resources/video_resource_updater.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/resources/zero_copy_raster_worker_pool.h View 1 chunk +7 lines, -7 lines 0 comments Download
M cc/resources/zero_copy_raster_worker_pool.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/scheduler/begin_frame_source.h View 7 chunks +23 lines, -23 lines 0 comments Download
M cc/scheduler/begin_frame_source_unittest.cc View 9 chunks +9 lines, -9 lines 0 comments Download
M cc/scheduler/delay_based_time_source.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/scheduler/scheduler.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/scheduler/scheduler_unittest.cc View 9 chunks +33 lines, -33 lines 0 comments Download
M cc/surfaces/display.h View 1 2 3 4 1 chunk +14 lines, -14 lines 0 comments Download
M cc/surfaces/surface_aggregator_unittest.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M cc/surfaces/surface_factory_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/surfaces/surfaces_pixeltest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/animation_test_common.h View 5 chunks +21 lines, -21 lines 0 comments Download
M cc/test/cc_test_suite.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/test/fake_content_layer.h View 3 chunks +4 lines, -4 lines 0 comments Download
M cc/test/fake_content_layer_client.h View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/test/fake_content_layer_impl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/test/fake_delegated_renderer_layer.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_delegated_renderer_layer_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_layer_tree_host.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/test/fake_layer_tree_host_client.h View 1 chunk +14 lines, -14 lines 0 comments Download
M cc/test/fake_layer_tree_host_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/test/fake_layer_tree_host_impl_client.h View 1 chunk +22 lines, -22 lines 0 comments Download
M cc/test/fake_output_surface.h View 2 chunks +4 lines, -4 lines 0 comments Download
M cc/test/fake_output_surface_client.h View 1 chunk +12 lines, -12 lines 0 comments Download
M cc/test/fake_painted_scrollbar_layer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/test/fake_picture_layer.h View 2 chunks +4 lines, -4 lines 0 comments Download
M cc/test/fake_picture_layer_impl.h View 2 chunks +6 lines, -6 lines 0 comments Download
M cc/test/fake_picture_layer_tiling_client.h View 1 chunk +10 lines, -10 lines 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_scoped_ui_resource.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_scrollbar.h View 1 chunk +9 lines, -9 lines 0 comments Download
M cc/test/fake_tile_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_tile_manager.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M cc/test/fake_tile_manager_client.h View 1 chunk +5 lines, -5 lines 0 comments Download
M cc/test/fake_ui_resource_layer_tree_host_impl.h View 1 chunk +4 lines, -4 lines 0 comments Download
M cc/test/fake_video_frame_provider.h View 1 chunk +3 lines, -3 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 2 chunks +3 lines, -3 lines 0 comments Download
M cc/test/layer_tree_test.cc View 10 chunks +41 lines, -41 lines 0 comments Download
M cc/test/ordered_simple_task_runner.h View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/test/pixel_comparator.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/test/pixel_test.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/test/pixel_test_output_surface.h View 1 chunk +2 lines, -2 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 7 chunks +10 lines, -10 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 1 chunk +11 lines, -11 lines 0 comments Download
M cc/test/test_context_support.h View 1 chunk +8 lines, -8 lines 0 comments Download
M cc/test/test_gles2_interface.h View 1 2 6 chunks +71 lines, -71 lines 0 comments Download
M cc/test/test_in_process_context_provider.h View 1 chunk +11 lines, -11 lines 0 comments Download
M cc/test/test_shared_bitmap_manager.h View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/test/tiled_layer_test_common.h View 5 chunks +9 lines, -9 lines 0 comments Download
M cc/trees/layer_tree_host_common_perftest.cc View 6 chunks +9 lines, -9 lines 0 comments Download
M cc/trees/layer_tree_host_common_unittest.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M cc/trees/layer_tree_host_impl.h View 1 5 chunks +44 lines, -44 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/layer_tree_host_impl_unittest.cc View 1 21 chunks +49 lines, -49 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 +3 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc View 4 chunks +7 lines, -7 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 200 chunks +317 lines, -317 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_animation.cc View 63 chunks +113 lines, -113 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_context.cc View 56 chunks +80 lines, -80 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_copyrequest.cc View 44 chunks +48 lines, -48 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_damage.cc View 29 chunks +37 lines, -37 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_delegated.cc View 52 chunks +69 lines, -69 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_no_message_loop.cc View 6 chunks +19 lines, -19 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_occlusion.cc View 17 chunks +19 lines, -19 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 4 chunks +10 lines, -10 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_scroll.cc View 38 chunks +59 lines, -59 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_video.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M cc/trees/layer_tree_impl.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M cc/trees/occlusion_tracker_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/trees/single_thread_proxy.h View 1 chunk +62 lines, -62 lines 0 comments Download
M cc/trees/thread_proxy.h View 1 chunk +63 lines, -63 lines 0 comments Download
M cc/trees/tree_synchronizer_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 12 (3 generated)
Mostyn Bramley-Moore
@jamesr: can you give this a thumbs-up? The script I used to make this change ...
6 years, 2 months ago (2014-10-03 11:29:40 UTC) #2
Mostyn Bramley-Moore
6 years, 2 months ago (2014-10-03 11:32:05 UTC) #3
danakj
Can you add a check to the cc/PRESUBMIT.py to prevent people from adding OVERRIDE/FINAL back ...
6 years, 2 months ago (2014-10-03 13:45:09 UTC) #5
Mostyn Bramley-Moore
On 2014/10/03 13:45:09, danakj wrote: > Can you add a check to the cc/PRESUBMIT.py to ...
6 years, 2 months ago (2014-10-03 20:34:28 UTC) #6
jamesr
The concept and a few files I spot checked lgtm. Dana can probably review the ...
6 years, 2 months ago (2014-10-03 20:36:47 UTC) #7
danakj
LGTM thanks
6 years, 2 months ago (2014-10-06 17:07:12 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/628443002/80001
6 years, 2 months ago (2014-10-06 17:08:47 UTC) #10
commit-bot: I haz the power
Committed patchset #5 (id:80001) as 6754be482e0607b8feda3d69f3162dd3c4b6fefe
6 years, 2 months ago (2014-10-06 18:07:49 UTC) #11
commit-bot: I haz the power
6 years, 2 months ago (2014-10-06 18:08:29 UTC) #12
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/f68776d8c52601899d957c7ac222693fd51405d2
Cr-Commit-Position: refs/heads/master@{#298271}

Powered by Google App Engine
This is Rietveld 408576698