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

Issue 1057283003: Remove parts of //cc we aren't using (Closed)

Created:
5 years, 8 months ago by jamesr
Modified:
5 years, 8 months ago
Reviewers:
tonyg
CC:
mojo-reviews_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org
Base URL:
git@github.com:domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Remove parts of //cc we aren't using The only thing we're using //cc for in Mojo is as part of the implementation of the surfaces service. Thus we only need the renderers (in //cc/output), the resource counting system (part of //cc/resources) and common code to support that. We don't need cc's animation, layers, trees, input filtering or other systems. R=tonyg@chromium.org Committed: https://chromium.googlesource.com/external/mojo/+/41b80ab41b441c71495e80541868a3b71d8aa59c

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+169 lines, -174585 lines) Patch
M cc/BUILD.gn View 17 chunks +1 line, -507 lines 0 comments Download
D cc/DEPS View 1 chunk +0 lines, -20 lines 0 comments Download
D cc/OWNERS View 1 chunk +0 lines, -51 lines 0 comments Download
M cc/PRESUBMIT.py View 1 chunk +0 lines, -7 lines 0 comments Download
D cc/animation/animation.h View 1 chunk +0 lines, -250 lines 0 comments Download
D cc/animation/animation.cc View 1 chunk +0 lines, -288 lines 0 comments Download
D cc/animation/animation_curve.h View 1 chunk +0 lines, -113 lines 0 comments Download
D cc/animation/animation_curve.cc View 1 chunk +0 lines, -60 lines 0 comments Download
D cc/animation/animation_delegate.h View 1 chunk +0 lines, -29 lines 0 comments Download
D cc/animation/animation_events.h View 1 chunk +0 lines, -41 lines 0 comments Download
D cc/animation/animation_events.cc View 1 chunk +0 lines, -23 lines 0 comments Download
D cc/animation/animation_id_provider.h View 1 chunk +0 lines, -25 lines 0 comments Download
D cc/animation/animation_id_provider.cc View 1 chunk +0 lines, -23 lines 0 comments Download
D cc/animation/animation_registrar.h View 1 chunk +0 lines, -90 lines 0 comments Download
D cc/animation/animation_registrar.cc View 1 chunk +0 lines, -130 lines 0 comments Download
D cc/animation/animation_unittest.cc View 1 chunk +0 lines, -1005 lines 0 comments Download
D cc/animation/keyframed_animation_curve.h View 1 chunk +0 lines, -247 lines 0 comments Download
D cc/animation/keyframed_animation_curve.cc View 1 chunk +0 lines, -465 lines 0 comments Download
D cc/animation/keyframed_animation_curve_unittest.cc View 1 chunk +0 lines, -843 lines 0 comments Download
D cc/animation/layer_animation_controller.h View 1 chunk +0 lines, -231 lines 0 comments Download
D cc/animation/layer_animation_controller.cc View 1 chunk +0 lines, -1047 lines 0 comments Download
D cc/animation/layer_animation_controller_unittest.cc View 1 chunk +0 lines, -2390 lines 0 comments Download
D cc/animation/layer_animation_event_observer.h View 1 chunk +0 lines, -25 lines 0 comments Download
D cc/animation/layer_animation_value_observer.h View 1 chunk +0 lines, -34 lines 0 comments Download
D cc/animation/layer_animation_value_provider.h View 1 chunk +0 lines, -28 lines 0 comments Download
D cc/animation/scroll_offset_animation_curve.h View 1 chunk +0 lines, -54 lines 0 comments Download
D cc/animation/scroll_offset_animation_curve.cc View 1 chunk +0 lines, -136 lines 0 comments Download
D cc/animation/scroll_offset_animation_curve_unittest.cc View 1 chunk +0 lines, -158 lines 0 comments Download
D cc/animation/scrollbar_animation_controller.h View 1 chunk +0 lines, -86 lines 0 comments Download
D cc/animation/scrollbar_animation_controller.cc View 1 chunk +0 lines, -101 lines 0 comments Download
D cc/animation/scrollbar_animation_controller_linear_fade.h View 1 chunk +0 lines, -48 lines 0 comments Download
D cc/animation/scrollbar_animation_controller_linear_fade.cc View 1 chunk +0 lines, -69 lines 0 comments Download
D cc/animation/scrollbar_animation_controller_linear_fade_unittest.cc View 1 chunk +0 lines, -447 lines 0 comments Download
D cc/animation/scrollbar_animation_controller_thinning.h View 1 chunk +0 lines, -79 lines 0 comments Download
D cc/animation/scrollbar_animation_controller_thinning.cc View 1 chunk +0 lines, -159 lines 0 comments Download
D cc/animation/scrollbar_animation_controller_thinning_unittest.cc View 1 chunk +0 lines, -387 lines 0 comments Download
D cc/animation/timing_function.h View 1 chunk +0 lines, -108 lines 0 comments Download
D cc/animation/timing_function.cc View 1 chunk +0 lines, -104 lines 0 comments Download
D cc/animation/transform_operation.h View 1 chunk +0 lines, -72 lines 0 comments Download
D cc/animation/transform_operation.cc View 1 chunk +0 lines, -439 lines 0 comments Download
D cc/animation/transform_operations.h View 1 chunk +0 lines, -110 lines 0 comments Download
D cc/animation/transform_operations.cc View 1 chunk +0 lines, -319 lines 0 comments Download
D cc/animation/transform_operations_unittest.cc View 1 chunk +0 lines, -1463 lines 0 comments Download
M cc/base/BUILD.gn View 1 chunk +2 lines, -18 lines 0 comments Download
D cc/base/DEPS View 1 chunk +0 lines, -12 lines 0 comments Download
A + cc/base/blocking_task_runner.h View 5 chunks +5 lines, -6 lines 0 comments Download
A + cc/base/blocking_task_runner.cc View 2 chunks +3 lines, -2 lines 0 comments Download
D cc/base/cc_export.h View 1 chunk +0 lines, -29 lines 0 comments Download
D cc/base/delayed_unique_notifier.h View 1 chunk +0 lines, -68 lines 0 comments Download
D cc/base/delayed_unique_notifier.cc View 1 chunk +0 lines, -87 lines 0 comments Download
D cc/base/delayed_unique_notifier_unittest.cc View 1 chunk +0 lines, -335 lines 0 comments Download
D cc/base/invalidation_region.h View 1 chunk +0 lines, -35 lines 0 comments Download
D cc/base/invalidation_region.cc View 1 chunk +0 lines, -39 lines 0 comments Download
M cc/base/math_util.h View 2 chunks +1 line, -2 lines 0 comments Download
D cc/base/ref_counted_managed.h View 1 chunk +0 lines, -65 lines 0 comments Download
D cc/base/region.h View 1 chunk +0 lines, -140 lines 0 comments Download
D cc/base/region.cc View 1 chunk +0 lines, -153 lines 0 comments Download
D cc/base/region_unittest.cc View 1 chunk +0 lines, -454 lines 0 comments Download
D cc/base/rolling_time_delta_history.h View 1 chunk +0 lines, -44 lines 0 comments Download
D cc/base/rolling_time_delta_history.cc View 1 chunk +0 lines, -63 lines 0 comments Download
D cc/base/rolling_time_delta_history_unittest.cc View 1 chunk +0 lines, -109 lines 0 comments Download
D cc/base/scoped_ptr_algorithm.h View 1 chunk +0 lines, -30 lines 0 comments Download
D cc/base/simple_enclosed_region.h View 1 chunk +0 lines, -122 lines 0 comments Download
D cc/base/simple_enclosed_region.cc View 1 chunk +0 lines, -136 lines 0 comments Download
D cc/base/simple_enclosed_region_unittest.cc View 1 chunk +0 lines, -637 lines 0 comments Download
M cc/base/switches.h View 2 chunks +33 lines, -35 lines 0 comments Download
D cc/base/synced_property.h View 1 chunk +0 lines, -187 lines 0 comments Download
D cc/base/tiling_data.h View 1 chunk +0 lines, -245 lines 0 comments Download
D cc/base/tiling_data.cc View 1 chunk +0 lines, -864 lines 0 comments Download
D cc/base/tiling_data_unittest.cc View 1 chunk +0 lines, -1956 lines 0 comments Download
D cc/base/time_util.h View 1 chunk +0 lines, -35 lines 0 comments Download
D cc/base/unique_notifier.h View 1 chunk +0 lines, -47 lines 0 comments Download
D cc/base/unique_notifier.cc View 1 chunk +0 lines, -42 lines 0 comments Download
D cc/base/unique_notifier_unittest.cc View 1 chunk +0 lines, -62 lines 0 comments Download
D cc/blink/BUILD.gn View 1 chunk +0 lines, -95 lines 0 comments Download
D cc/blink/DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
D cc/blink/cc_blink.gyp View 1 chunk +0 lines, -73 lines 0 comments Download
D cc/blink/cc_blink_export.h View 1 chunk +0 lines, -29 lines 0 comments Download
D cc/blink/cc_blink_tests.gyp View 1 chunk +0 lines, -50 lines 0 comments Download
D cc/blink/context_provider_web_context.h View 1 chunk +0 lines, -24 lines 0 comments Download
D cc/blink/scrollbar_impl.h View 1 chunk +0 lines, -50 lines 0 comments Download
D cc/blink/scrollbar_impl.cc View 1 chunk +0 lines, -108 lines 0 comments Download
D cc/blink/web_animation_curve_common.h View 1 chunk +0 lines, -20 lines 0 comments Download
D cc/blink/web_animation_curve_common.cc View 1 chunk +0 lines, -28 lines 0 comments Download
D cc/blink/web_animation_impl.h View 1 chunk +0 lines, -59 lines 0 comments Download
D cc/blink/web_animation_impl.cc View 1 chunk +0 lines, -200 lines 0 comments Download
D cc/blink/web_animation_unittest.cc View 1 chunk +0 lines, -46 lines 0 comments Download
D cc/blink/web_blend_mode.h View 1 chunk +0 lines, -107 lines 0 comments Download
D cc/blink/web_compositor_support_impl.h View 1 chunk +0 lines, -70 lines 0 comments Download
D cc/blink/web_compositor_support_impl.cc View 1 chunk +0 lines, -143 lines 0 comments Download
D cc/blink/web_content_layer_impl.h View 1 chunk +0 lines, -57 lines 0 comments Download
D cc/blink/web_content_layer_impl.cc View 1 chunk +0 lines, -91 lines 0 comments Download
D cc/blink/web_display_item_list_impl.h View 1 chunk +0 lines, -74 lines 0 comments Download
D cc/blink/web_display_item_list_impl.cc View 1 chunk +0 lines, -136 lines 0 comments Download
D cc/blink/web_external_bitmap_impl.h View 1 chunk +0 lines, -47 lines 0 comments Download
D cc/blink/web_external_bitmap_impl.cc View 1 chunk +0 lines, -43 lines 0 comments Download
D cc/blink/web_external_texture_layer_impl.h View 1 chunk +0 lines, -74 lines 0 comments Download
D cc/blink/web_external_texture_layer_impl.cc View 1 chunk +0 lines, -131 lines 0 comments Download
D cc/blink/web_filter_animation_curve_impl.h View 1 chunk +0 lines, -61 lines 0 comments Download
D cc/blink/web_filter_animation_curve_impl.cc View 1 chunk +0 lines, -92 lines 0 comments Download
D cc/blink/web_filter_operations_impl.h View 1 chunk +0 lines, -49 lines 0 comments Download
D cc/blink/web_filter_operations_impl.cc View 1 chunk +0 lines, -95 lines 0 comments Download
D cc/blink/web_float_animation_curve_impl.h View 1 chunk +0 lines, -64 lines 0 comments Download
D cc/blink/web_float_animation_curve_impl.cc View 1 chunk +0 lines, -90 lines 0 comments Download
D cc/blink/web_float_animation_curve_unittest.cc View 1 chunk +0 lines, -234 lines 0 comments Download
D cc/blink/web_image_layer_impl.h View 1 chunk +0 lines, -35 lines 0 comments Download
D cc/blink/web_image_layer_impl.cc View 1 chunk +0 lines, -45 lines 0 comments Download
D cc/blink/web_layer_impl.h View 1 chunk +0 lines, -159 lines 0 comments Download
D cc/blink/web_layer_impl.cc View 1 chunk +0 lines, -523 lines 0 comments Download
D cc/blink/web_layer_impl_fixed_bounds.h View 1 chunk +0 lines, -51 lines 0 comments Download
D cc/blink/web_layer_impl_fixed_bounds.cc View 1 chunk +0 lines, -100 lines 0 comments Download
D cc/blink/web_layer_impl_fixed_bounds_unittest.cc View 1 chunk +0 lines, -178 lines 0 comments Download
D cc/blink/web_nine_patch_layer_impl.h View 1 chunk +0 lines, -37 lines 0 comments Download
D cc/blink/web_nine_patch_layer_impl.cc View 1 chunk +0 lines, -45 lines 0 comments Download
D cc/blink/web_scroll_offset_animation_curve_impl.h View 1 chunk +0 lines, -47 lines 0 comments Download
D cc/blink/web_scroll_offset_animation_curve_impl.cc View 1 chunk +0 lines, -61 lines 0 comments Download
D cc/blink/web_scrollbar_layer_impl.h View 1 chunk +0 lines, -48 lines 0 comments Download
D cc/blink/web_scrollbar_layer_impl.cc View 1 chunk +0 lines, -75 lines 0 comments Download
D cc/blink/web_to_cc_animation_delegate_adapter.h View 1 chunk +0 lines, -38 lines 0 comments Download
D cc/blink/web_to_cc_animation_delegate_adapter.cc View 1 chunk +0 lines, -43 lines 0 comments Download
D cc/blink/web_transform_animation_curve_impl.h View 1 chunk +0 lines, -63 lines 0 comments Download
D cc/blink/web_transform_animation_curve_impl.cc View 1 chunk +0 lines, -96 lines 0 comments Download
D cc/blink/web_transform_operations_impl.h View 1 chunk +0 lines, -41 lines 0 comments Download
D cc/blink/web_transform_operations_impl.cc View 1 chunk +0 lines, -68 lines 0 comments Download
D cc/cc.gyp View 1 chunk +0 lines, -628 lines 0 comments Download
D cc/cc_perftests.isolate View 1 chunk +0 lines, -14 lines 0 comments Download
D cc/cc_tests.gyp View 1 chunk +0 lines, -481 lines 0 comments Download
D cc/cc_unittests.isolate View 1 chunk +0 lines, -89 lines 0 comments Download
D cc/debug/benchmark_instrumentation.h View 1 chunk +0 lines, -51 lines 0 comments Download
D cc/debug/benchmark_instrumentation.cc View 1 chunk +0 lines, -35 lines 0 comments Download
D cc/debug/debug_colors.h View 1 chunk +0 lines, -130 lines 0 comments Download
D cc/debug/debug_colors.cc View 1 chunk +0 lines, -303 lines 0 comments Download
D cc/debug/debug_rect_history.h View 1 chunk +0 lines, -105 lines 0 comments Download
D cc/debug/debug_rect_history.cc View 1 chunk +0 lines, -272 lines 0 comments Download
D cc/debug/devtools_instrumentation.h View 1 chunk +0 lines, -163 lines 0 comments Download
D cc/debug/frame_rate_counter.h View 1 chunk +0 lines, -57 lines 0 comments Download
D cc/debug/frame_rate_counter.cc View 1 chunk +0 lines, -148 lines 0 comments Download
M cc/debug/frame_timing_request.h View 2 chunks +1 line, -2 lines 0 comments Download
M cc/debug/frame_timing_tracker.h View 1 chunk +2 lines, -3 lines 0 comments Download
D cc/debug/invalidation_benchmark.h View 1 chunk +0 lines, -44 lines 0 comments Download
D cc/debug/invalidation_benchmark.cc View 1 chunk +0 lines, -135 lines 0 comments Download
M cc/debug/lap_timer.h View 2 chunks +1 line, -2 lines 0 comments Download
D cc/debug/layer_tree_debug_state.h View 1 chunk +0 lines, -54 lines 0 comments Download
D cc/debug/layer_tree_debug_state.cc View 1 chunk +0 lines, -110 lines 0 comments Download
D cc/debug/micro_benchmark.h View 1 chunk +0 lines, -59 lines 0 comments Download
D cc/debug/micro_benchmark.cc View 1 chunk +0 lines, -60 lines 0 comments Download
D cc/debug/micro_benchmark_controller.h View 1 chunk +0 lines, -54 lines 0 comments Download
D cc/debug/micro_benchmark_controller.cc View 1 chunk +0 lines, -131 lines 0 comments Download
D cc/debug/micro_benchmark_controller_impl.h View 1 chunk +0 lines, -37 lines 0 comments Download
D cc/debug/micro_benchmark_controller_impl.cc View 1 chunk +0 lines, -59 lines 0 comments Download
D cc/debug/micro_benchmark_controller_unittest.cc View 1 chunk +0 lines, -178 lines 0 comments Download
D cc/debug/micro_benchmark_impl.h View 1 chunk +0 lines, -48 lines 0 comments Download
D cc/debug/micro_benchmark_impl.cc View 1 chunk +0 lines, -48 lines 0 comments Download
D cc/debug/picture_debug_util.h View 1 chunk +0 lines, -21 lines 0 comments Download
D cc/debug/picture_debug_util.cc View 1 chunk +0 lines, -73 lines 0 comments Download
D cc/debug/picture_record_benchmark.h View 1 chunk +0 lines, -37 lines 0 comments Download
D cc/debug/picture_record_benchmark.cc View 1 chunk +0 lines, -119 lines 0 comments Download
D cc/debug/rasterize_and_record_benchmark.h View 1 chunk +0 lines, -71 lines 0 comments Download
D cc/debug/rasterize_and_record_benchmark.cc View 1 chunk +0 lines, -243 lines 0 comments Download
D cc/debug/rasterize_and_record_benchmark_impl.h View 1 chunk +0 lines, -55 lines 0 comments Download
D cc/debug/rasterize_and_record_benchmark_impl.cc View 1 chunk +0 lines, -231 lines 0 comments Download
M cc/debug/rendering_stats.h View 1 chunk +2 lines, -3 lines 0 comments Download
M cc/debug/rendering_stats_instrumentation.h View 1 chunk +1 line, -1 line 0 comments Download
D cc/debug/traced_picture.h View 1 chunk +0 lines, -42 lines 0 comments Download
D cc/debug/traced_picture.cc View 1 chunk +0 lines, -58 lines 0 comments Download
D cc/debug/unittest_only_benchmark.h View 1 chunk +0 lines, -35 lines 0 comments Download
D cc/debug/unittest_only_benchmark.cc View 1 chunk +0 lines, -67 lines 0 comments Download
D cc/debug/unittest_only_benchmark_impl.h View 1 chunk +0 lines, -31 lines 0 comments Download
D cc/debug/unittest_only_benchmark_impl.cc View 1 chunk +0 lines, -24 lines 0 comments Download
D cc/input/input_handler.h View 1 chunk +0 lines, -171 lines 0 comments Download
D cc/input/input_handler.cc View 1 chunk +0 lines, -13 lines 0 comments Download
D cc/input/layer_scroll_offset_delegate.h View 1 chunk +0 lines, -59 lines 0 comments Download
D cc/input/layer_selection_bound.h View 1 chunk +0 lines, -30 lines 0 comments Download
D cc/input/layer_selection_bound.cc View 1 chunk +0 lines, -27 lines 0 comments Download
D cc/input/page_scale_animation.h View 1 chunk +0 lines, -135 lines 0 comments Download
D cc/input/page_scale_animation.cc View 1 chunk +0 lines, -245 lines 0 comments Download
D cc/input/scroll_elasticity_helper.h View 1 chunk +0 lines, -73 lines 0 comments Download
D cc/input/scroll_elasticity_helper.cc View 1 chunk +0 lines, -91 lines 0 comments Download
D cc/input/scrollbar.h View 1 chunk +0 lines, -41 lines 0 comments Download
D cc/input/selection_bound_type.h View 1 chunk +0 lines, -20 lines 0 comments Download
D cc/input/top_controls_manager.h View 1 chunk +0 lines, -108 lines 0 comments Download
D cc/input/top_controls_manager.cc View 1 chunk +0 lines, -246 lines 0 comments Download
D cc/input/top_controls_manager_client.h View 1 chunk +0 lines, -26 lines 0 comments Download
D cc/input/top_controls_manager_unittest.cc View 1 chunk +0 lines, -472 lines 0 comments Download
D cc/input/top_controls_state.h View 1 chunk +0 lines, -17 lines 0 comments Download
D cc/layers/append_quads_data.h View 1 chunk +0 lines, -31 lines 0 comments Download
D cc/layers/content_layer.h View 1 chunk +0 lines, -73 lines 0 comments Download
D cc/layers/content_layer.cc View 1 chunk +0 lines, -138 lines 0 comments Download
D cc/layers/content_layer_client.h View 1 chunk +0 lines, -46 lines 0 comments Download
D cc/layers/contents_scaling_layer.h View 1 chunk +0 lines, -40 lines 0 comments Download
D cc/layers/contents_scaling_layer.cc View 1 chunk +0 lines, -50 lines 0 comments Download
D cc/layers/contents_scaling_layer_unittest.cc View 1 chunk +0 lines, -78 lines 0 comments Download
D cc/layers/delegated_frame_provider.h View 1 chunk +0 lines, -75 lines 0 comments Download
D cc/layers/delegated_frame_provider.cc View 1 chunk +0 lines, -110 lines 0 comments Download
D cc/layers/delegated_frame_provider_unittest.cc View 1 chunk +0 lines, -398 lines 0 comments Download
D cc/layers/delegated_frame_resource_collection.h View 1 chunk +0 lines, -69 lines 0 comments Download
D cc/layers/delegated_frame_resource_collection.cc View 1 chunk +0 lines, -129 lines 0 comments Download
D cc/layers/delegated_frame_resource_collection_unittest.cc View 1 chunk +0 lines, -166 lines 0 comments Download
D cc/layers/delegated_renderer_layer.h View 1 chunk +0 lines, -55 lines 0 comments Download
D cc/layers/delegated_renderer_layer.cc View 1 chunk +0 lines, -102 lines 0 comments Download
D cc/layers/delegated_renderer_layer_impl.h View 1 chunk +0 lines, -99 lines 0 comments Download
D cc/layers/delegated_renderer_layer_impl.cc View 1 chunk +0 lines, -511 lines 0 comments Download
D cc/layers/delegated_renderer_layer_impl_unittest.cc View 1 chunk +0 lines, -1688 lines 0 comments Download
D cc/layers/delegated_renderer_layer_unittest.cc View 1 chunk +0 lines, -79 lines 0 comments Download
D cc/layers/draw_properties.h View 1 chunk +0 lines, -169 lines 0 comments Download
D cc/layers/heads_up_display_layer.h View 1 chunk +0 lines, -37 lines 0 comments Download
D cc/layers/heads_up_display_layer.cc View 1 chunk +0 lines, -62 lines 0 comments Download
D cc/layers/heads_up_display_layer_impl.h View 1 chunk +0 lines, -150 lines 0 comments Download
D cc/layers/heads_up_display_layer_impl.cc View 1 chunk +0 lines, -851 lines 0 comments Download
D cc/layers/heads_up_display_layer_impl_unittest.cc View 1 chunk +0 lines, -57 lines 0 comments Download
D cc/layers/heads_up_display_unittest.cc View 1 chunk +0 lines, -100 lines 0 comments Download
D cc/layers/image_layer.h View 1 chunk +0 lines, -56 lines 0 comments Download
D cc/layers/image_layer.cc View 1 chunk +0 lines, -99 lines 0 comments Download
D cc/layers/io_surface_layer.h View 1 chunk +0 lines, -38 lines 0 comments Download
D cc/layers/io_surface_layer.cc View 1 chunk +0 lines, -53 lines 0 comments Download
D cc/layers/io_surface_layer_impl.h View 1 chunk +0 lines, -53 lines 0 comments Download
D cc/layers/io_surface_layer_impl.cc View 1 chunk +0 lines, -111 lines 0 comments Download
D cc/layers/io_surface_layer_impl_unittest.cc View 1 chunk +0 lines, -61 lines 0 comments Download
D cc/layers/layer.h View 1 chunk +0 lines, -735 lines 0 comments Download
D cc/layers/layer.cc View 1 chunk +0 lines, -1377 lines 0 comments Download
D cc/layers/layer_client.h View 1 chunk +0 lines, -36 lines 0 comments Download
D cc/layers/layer_impl.h View 1 chunk +0 lines, -782 lines 0 comments Download
D cc/layers/layer_impl.cc View 1 chunk +0 lines, -1627 lines 0 comments Download
D cc/layers/layer_impl_unittest.cc View 1 chunk +0 lines, -893 lines 0 comments Download
D cc/layers/layer_iterator.h View 1 chunk +0 lines, -296 lines 0 comments Download
D cc/layers/layer_iterator_unittest.cc View 1 chunk +0 lines, -219 lines 0 comments Download
D cc/layers/layer_lists.h View 1 chunk +0 lines, -52 lines 0 comments Download
D cc/layers/layer_lists.cc View 1 chunk +0 lines, -67 lines 0 comments Download
D cc/layers/layer_perftest.cc View 1 chunk +0 lines, -122 lines 0 comments Download
D cc/layers/layer_position_constraint.h View 1 chunk +0 lines, -38 lines 0 comments Download
D cc/layers/layer_position_constraint.cc View 1 chunk +0 lines, -29 lines 0 comments Download
D cc/layers/layer_position_constraint_unittest.cc View 1 chunk +0 lines, -1162 lines 0 comments Download
D cc/layers/layer_unittest.cc View 1 chunk +0 lines, -1255 lines 0 comments Download
D cc/layers/layer_utils.h View 1 chunk +0 lines, -29 lines 0 comments Download
D cc/layers/layer_utils.cc View 1 chunk +0 lines, -146 lines 0 comments Download
D cc/layers/layer_utils_unittest.cc View 1 chunk +0 lines, -269 lines 0 comments Download
D cc/layers/nine_patch_layer.h View 1 chunk +0 lines, -59 lines 0 comments Download
D cc/layers/nine_patch_layer.cc View 1 chunk +0 lines, -66 lines 0 comments Download
D cc/layers/nine_patch_layer_impl.h View 1 chunk +0 lines, -90 lines 0 comments Download
D cc/layers/nine_patch_layer_impl.cc View 1 chunk +0 lines, -433 lines 0 comments Download
D cc/layers/nine_patch_layer_impl_unittest.cc View 1 chunk +0 lines, -340 lines 0 comments Download
D cc/layers/nine_patch_layer_unittest.cc View 1 chunk +0 lines, -81 lines 0 comments Download
D cc/layers/paint_properties.h View 1 chunk +0 lines, -23 lines 0 comments Download
D cc/layers/painted_scrollbar_layer.h View 1 chunk +0 lines, -107 lines 0 comments Download
D cc/layers/painted_scrollbar_layer.cc View 1 chunk +0 lines, -313 lines 0 comments Download
D cc/layers/painted_scrollbar_layer_impl.h View 1 chunk +0 lines, -84 lines 0 comments Download
D cc/layers/painted_scrollbar_layer_impl.cc View 1 chunk +0 lines, -190 lines 0 comments Download
D cc/layers/painted_scrollbar_layer_impl_unittest.cc View 1 chunk +0 lines, -114 lines 0 comments Download
D cc/layers/picture_image_layer.h View 1 chunk +0 lines, -49 lines 0 comments Download
D cc/layers/picture_image_layer.cc View 1 chunk +0 lines, -84 lines 0 comments Download
D cc/layers/picture_image_layer_impl.h View 1 chunk +0 lines, -40 lines 0 comments Download
D cc/layers/picture_image_layer_impl.cc View 1 chunk +0 lines, -63 lines 0 comments Download
D cc/layers/picture_image_layer_impl_unittest.cc View 1 chunk +0 lines, -162 lines 0 comments Download
D cc/layers/picture_image_layer_unittest.cc View 1 chunk +0 lines, -46 lines 0 comments Download
D cc/layers/picture_layer.h View 1 chunk +0 lines, -77 lines 0 comments Download
D cc/layers/picture_layer.cc View 1 chunk +0 lines, -219 lines 0 comments Download
D cc/layers/picture_layer_impl.h View 1 chunk +0 lines, -193 lines 0 comments Download
D cc/layers/picture_layer_impl.cc View 1 chunk +0 lines, -1242 lines 0 comments Download
D cc/layers/picture_layer_impl_perftest.cc View 1 chunk +0 lines, -264 lines 0 comments Download
D cc/layers/picture_layer_impl_unittest.cc View 1 chunk +0 lines, -4978 lines 0 comments Download
D cc/layers/picture_layer_unittest.cc View 1 chunk +0 lines, -169 lines 0 comments Download
D cc/layers/render_pass_sink.h View 1 chunk +0 lines, -24 lines 0 comments Download
D cc/layers/render_surface.h View 1 chunk +0 lines, -155 lines 0 comments Download
D cc/layers/render_surface.cc View 1 chunk +0 lines, -48 lines 0 comments Download
D cc/layers/render_surface_impl.h View 1 chunk +0 lines, -203 lines 0 comments Download
D cc/layers/render_surface_impl.cc View 1 chunk +0 lines, -218 lines 0 comments Download
D cc/layers/render_surface_impl_unittest.cc View 1 chunk +0 lines, -64 lines 0 comments Download
D cc/layers/render_surface_unittest.cc View 1 chunk +0 lines, -183 lines 0 comments Download
D cc/layers/scroll_blocks_on.h View 1 chunk +0 lines, -26 lines 0 comments Download
D cc/layers/scrollbar_layer_impl_base.h View 1 chunk +0 lines, -109 lines 0 comments Download
D cc/layers/scrollbar_layer_impl_base.cc View 1 chunk +0 lines, -262 lines 0 comments Download
D cc/layers/scrollbar_layer_interface.h View 1 chunk +0 lines, -35 lines 0 comments Download
D cc/layers/scrollbar_layer_unittest.cc View 1 chunk +0 lines, -1069 lines 0 comments Download
D cc/layers/scrollbar_theme_painter.h View 1 chunk +0 lines, -44 lines 0 comments Download
D cc/layers/solid_color_layer.h View 1 chunk +0 lines, -34 lines 0 comments Download
D cc/layers/solid_color_layer.cc View 1 chunk +0 lines, -30 lines 0 comments Download
D cc/layers/solid_color_layer_impl.h View 1 chunk +0 lines, -46 lines 0 comments Download
D cc/layers/solid_color_layer_impl.cc View 1 chunk +0 lines, -86 lines 0 comments Download
D cc/layers/solid_color_layer_impl_unittest.cc View 1 chunk +0 lines, -252 lines 0 comments Download
D cc/layers/solid_color_scrollbar_layer.h View 1 chunk +0 lines, -63 lines 0 comments Download
D cc/layers/solid_color_scrollbar_layer.cc View 1 chunk +0 lines, -103 lines 0 comments Download
D cc/layers/solid_color_scrollbar_layer_impl.h View 1 chunk +0 lines, -56 lines 0 comments Download
D cc/layers/solid_color_scrollbar_layer_impl.cc View 1 chunk +0 lines, -119 lines 0 comments Download
D cc/layers/solid_color_scrollbar_layer_impl_unittest.cc View 1 chunk +0 lines, -80 lines 0 comments Download
D cc/layers/surface_layer.h View 1 chunk +0 lines, -66 lines 0 comments Download
D cc/layers/surface_layer.cc View 1 chunk +0 lines, -123 lines 0 comments Download
D cc/layers/surface_layer_impl.h View 1 chunk +0 lines, -45 lines 0 comments Download
D cc/layers/surface_layer_impl.cc View 1 chunk +0 lines, -78 lines 0 comments Download
D cc/layers/surface_layer_impl_unittest.cc View 1 chunk +0 lines, -63 lines 0 comments Download
D cc/layers/surface_layer_unittest.cc View 1 chunk +0 lines, -239 lines 0 comments Download
D cc/layers/texture_layer.h View 1 chunk +0 lines, -180 lines 0 comments Download
D cc/layers/texture_layer.cc View 1 chunk +0 lines, -351 lines 0 comments Download
D cc/layers/texture_layer_client.h View 1 chunk +0 lines, -30 lines 0 comments Download
D cc/layers/texture_layer_impl.h View 1 chunk +0 lines, -83 lines 0 comments Download
D cc/layers/texture_layer_impl.cc View 1 chunk +0 lines, -265 lines 0 comments Download
D cc/layers/texture_layer_impl_unittest.cc View 1 chunk +0 lines, -76 lines 0 comments Download
D cc/layers/texture_layer_unittest.cc View 1 chunk +0 lines, -1566 lines 0 comments Download
D cc/layers/tiled_layer.h View 1 chunk +0 lines, -146 lines 0 comments Download
D cc/layers/tiled_layer.cc View 1 chunk +0 lines, -869 lines 0 comments Download
D cc/layers/tiled_layer_impl.h View 1 chunk +0 lines, -87 lines 0 comments Download
D cc/layers/tiled_layer_impl.cc View 1 chunk +0 lines, -322 lines 0 comments Download
D cc/layers/tiled_layer_impl_unittest.cc View 1 chunk +0 lines, -378 lines 0 comments Download
D cc/layers/tiled_layer_unittest.cc View 1 chunk +0 lines, -1756 lines 0 comments Download
D cc/layers/ui_resource_layer.h View 1 chunk +0 lines, -72 lines 0 comments Download
D cc/layers/ui_resource_layer.cc View 1 chunk +0 lines, -172 lines 0 comments Download
D cc/layers/ui_resource_layer_impl.h View 1 chunk +0 lines, -72 lines 0 comments Download
D cc/layers/ui_resource_layer_impl.cc View 1 chunk +0 lines, -168 lines 0 comments Download
D cc/layers/ui_resource_layer_impl_unittest.cc View 1 chunk +0 lines, -205 lines 0 comments Download
D cc/layers/ui_resource_layer_unittest.cc View 1 chunk +0 lines, -150 lines 0 comments Download
D cc/layers/video_frame_provider_client_impl.h View 1 chunk +0 lines, -64 lines 0 comments Download
D cc/layers/video_layer.h View 1 chunk +0 lines, -46 lines 0 comments Download
D cc/layers/video_layer.cc View 1 chunk +0 lines, -45 lines 0 comments Download
D cc/layers/video_layer_impl.h View 1 chunk +0 lines, -78 lines 0 comments Download
D cc/layers/video_layer_impl.cc View 1 chunk +0 lines, -376 lines 0 comments Download
D cc/layers/video_layer_impl_unittest.cc View 1 chunk +0 lines, -239 lines 0 comments Download
M cc/output/begin_frame_args.h View 2 chunks +1 line, -2 lines 0 comments Download
M cc/output/bsp_tree.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/output/bsp_walk_action.h View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/output/compositor_frame.h View 2 chunks +1 line, -2 lines 0 comments Download
M cc/output/compositor_frame_ack.h View 1 chunk +1 line, -2 lines 0 comments Download
M cc/output/compositor_frame_metadata.h View 2 chunks +1 line, -8 lines 0 comments Download
M cc/output/context_provider.h View 2 chunks +1 line, -2 lines 0 comments Download
M cc/output/copy_output_request.h View 2 chunks +1 line, -2 lines 0 comments Download
M cc/output/copy_output_result.h View 2 chunks +1 line, -2 lines 0 comments Download
M cc/output/delegated_frame_data.h View 1 chunk +1 line, -2 lines 0 comments Download
M cc/output/delegating_renderer.h View 2 chunks +1 line, -2 lines 0 comments Download
M cc/output/direct_renderer.h View 3 chunks +2 lines, -4 lines 0 comments Download
M cc/output/filter_operation.h View 2 chunks +1 line, -2 lines 0 comments Download
M cc/output/filter_operations.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/output/gl_frame_data.h View 1 chunk +1 line, -2 lines 0 comments Download
M cc/output/gl_renderer.h View 3 chunks +1 line, -9 lines 0 comments Download
M cc/output/gl_renderer.cc View 12 chunks +2 lines, -208 lines 0 comments Download
D cc/output/latency_info_swap_promise.h View 1 chunk +0 lines, -30 lines 0 comments Download
D cc/output/latency_info_swap_promise.cc View 1 chunk +0 lines, -52 lines 0 comments Download
D cc/output/managed_memory_policy.h View 1 chunk +0 lines, -40 lines 0 comments Download
D cc/output/managed_memory_policy.cc View 1 chunk +0 lines, -80 lines 0 comments Download
M cc/output/output_surface.h View 4 chunks +1 line, -4 lines 0 comments Download
M cc/output/output_surface.cc View 4 chunks +0 lines, -16 lines 0 comments Download
M cc/output/output_surface_client.h View 3 chunks +1 line, -4 lines 0 comments Download
M cc/output/overlay_candidate.h View 2 chunks +1 line, -2 lines 0 comments Download
M cc/output/overlay_candidate_validator.h View 1 chunk +1 line, -2 lines 0 comments Download
M cc/output/overlay_processor.h View 2 chunks +2 lines, -3 lines 0 comments Download
M cc/output/overlay_strategy_single_on_top.h View 2 chunks +1 line, -2 lines 0 comments Download
M cc/output/render_surface_filters.h View 2 chunks +1 line, -2 lines 0 comments Download
M cc/output/renderer.h View 2 chunks +2 lines, -3 lines 0 comments Download
M cc/output/renderer_capabilities.h View 1 chunk +1 line, -2 lines 0 comments Download
M cc/output/renderer_settings.h View 1 chunk +1 line, -2 lines 0 comments Download
M cc/output/shader.h View 2 chunks +9 lines, -12 lines 0 comments Download
M cc/output/software_frame_data.h View 1 chunk +1 line, -2 lines 0 comments Download
M cc/output/software_output_device.h View 2 chunks +1 line, -2 lines 0 comments Download
M cc/output/software_renderer.h View 2 chunks +1 line, -2 lines 0 comments Download
M cc/output/software_renderer.cc View 4 chunks +1 line, -32 lines 0 comments Download
D cc/output/swap_promise.h View 1 chunk +0 lines, -53 lines 0 comments Download
D cc/output/viewport_selection_bound.h View 1 chunk +0 lines, -32 lines 0 comments Download
D cc/output/viewport_selection_bound.cc View 1 chunk +0 lines, -27 lines 0 comments Download
M cc/quads/checkerboard_draw_quad.h View 1 chunk +1 line, -2 lines 0 comments Download
M cc/quads/content_draw_quad_base.h View 1 chunk +1 line, -2 lines 0 comments Download
M cc/quads/debug_border_draw_quad.h View 1 chunk +1 line, -2 lines 0 comments Download
M cc/quads/draw_polygon.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/quads/draw_quad.h View 2 chunks +2 lines, -3 lines 0 comments Download
M cc/quads/draw_quad.cc View 1 chunk +0 lines, -1 line 0 comments Download
M cc/quads/io_surface_draw_quad.h View 1 chunk +1 line, -2 lines 0 comments Download
M cc/quads/largest_draw_quad.h View 1 chunk +1 line, -2 lines 0 comments Download
M cc/quads/largest_draw_quad.cc View 2 chunks +0 lines, -4 lines 0 comments Download
M cc/quads/list_container.h View 7 chunks +7 lines, -10 lines 0 comments Download
D cc/quads/picture_draw_quad.h View 1 chunk +0 lines, -65 lines 0 comments Download
D cc/quads/picture_draw_quad.cc View 1 chunk +0 lines, -95 lines 0 comments Download
M cc/quads/render_pass.h View 2 chunks +1 line, -2 lines 0 comments Download
M cc/quads/render_pass.cc View 3 chunks +1 line, -4 lines 0 comments Download
M cc/quads/render_pass_draw_quad.h View 2 chunks +1 line, -2 lines 0 comments Download
M cc/quads/render_pass_id.h View 1 chunk +1 line, -2 lines 0 comments Download
M cc/quads/shared_quad_state.h View 2 chunks +1 line, -2 lines 0 comments Download
M cc/quads/solid_color_draw_quad.h View 1 chunk +1 line, -2 lines 0 comments Download
M cc/quads/stream_video_draw_quad.h View 1 chunk +1 line, -2 lines 0 comments Download
M cc/quads/surface_draw_quad.h View 1 chunk +1 line, -2 lines 0 comments Download
M cc/quads/texture_draw_quad.h View 1 chunk +1 line, -2 lines 0 comments Download
M cc/quads/tile_draw_quad.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/quads/yuv_video_draw_quad.h View 1 chunk +1 line, -2 lines 0 comments Download
D cc/resources/bitmap_content_layer_updater.h View 1 chunk +0 lines, -78 lines 0 comments Download
D cc/resources/bitmap_content_layer_updater.cc View 1 chunk +0 lines, -107 lines 0 comments Download
D cc/resources/bitmap_skpicture_content_layer_updater.h View 1 chunk +0 lines, -57 lines 0 comments Download
D cc/resources/bitmap_skpicture_content_layer_updater.cc View 1 chunk +0 lines, -79 lines 0 comments Download
D cc/resources/bitmap_tile_task_worker_pool.h View 1 chunk +0 lines, -81 lines 0 comments Download
D cc/resources/bitmap_tile_task_worker_pool.cc View 1 chunk +0 lines, -206 lines 0 comments Download
D cc/resources/clip_display_item.h View 1 chunk +0 lines, -68 lines 0 comments Download
D cc/resources/clip_display_item.cc View 1 chunk +0 lines, -110 lines 0 comments Download
D cc/resources/clip_path_display_item.h View 1 chunk +0 lines, -66 lines 0 comments Download
D cc/resources/clip_path_display_item.cc View 1 chunk +0 lines, -75 lines 0 comments Download
D cc/resources/compositing_display_item.h View 1 chunk +0 lines, -77 lines 0 comments Download
D cc/resources/compositing_display_item.cc View 1 chunk +0 lines, -93 lines 0 comments Download
D cc/resources/content_layer_updater.h View 1 chunk +0 lines, -66 lines 0 comments Download
D cc/resources/content_layer_updater.cc View 1 chunk +0 lines, -118 lines 0 comments Download
D cc/resources/display_item.h View 1 chunk +0 lines, -37 lines 0 comments Download
D cc/resources/display_item.cc View 1 chunk +0 lines, -16 lines 0 comments Download
D cc/resources/display_item_list.h View 1 chunk +0 lines, -63 lines 0 comments Download
D cc/resources/display_item_list.cc View 1 chunk +0 lines, -146 lines 0 comments Download
D cc/resources/display_item_list_unittest.cc View 1 chunk +0 lines, -225 lines 0 comments Download
D cc/resources/display_list_raster_source.h View 1 chunk +0 lines, -98 lines 0 comments Download
D cc/resources/display_list_raster_source.cc View 1 chunk +0 lines, -223 lines 0 comments Download
D cc/resources/display_list_recording_source.h View 1 chunk +0 lines, -67 lines 0 comments Download
D cc/resources/display_list_recording_source.cc View 1 chunk +0 lines, -190 lines 0 comments Download
D cc/resources/drawing_display_item.h View 1 chunk +0 lines, -46 lines 0 comments Download
D cc/resources/drawing_display_item.cc View 1 chunk +0 lines, -77 lines 0 comments Download
D cc/resources/eviction_tile_priority_queue.h View 1 chunk +0 lines, -62 lines 0 comments Download
D cc/resources/eviction_tile_priority_queue.cc View 1 chunk +0 lines, -207 lines 0 comments Download
D cc/resources/filter_display_item.h View 1 chunk +0 lines, -64 lines 0 comments Download
D cc/resources/filter_display_item.cc View 1 chunk +0 lines, -94 lines 0 comments Download
D cc/resources/float_clip_display_item.h View 1 chunk +0 lines, -63 lines 0 comments Download
D cc/resources/float_clip_display_item.cc View 1 chunk +0 lines, -73 lines 0 comments Download
D cc/resources/gpu_rasterizer.h View 1 chunk +0 lines, -77 lines 0 comments Download
D cc/resources/gpu_rasterizer.cc View 1 chunk +0 lines, -204 lines 0 comments Download
D cc/resources/gpu_tile_task_worker_pool.h View 1 chunk +0 lines, -74 lines 0 comments Download
D cc/resources/gpu_tile_task_worker_pool.cc View 1 chunk +0 lines, -219 lines 0 comments Download
D cc/resources/image_layer_updater.h View 1 chunk +0 lines, -60 lines 0 comments Download
D cc/resources/image_layer_updater.cc View 1 chunk +0 lines, -68 lines 0 comments Download
D cc/resources/layer_painter.h View 1 chunk +0 lines, -27 lines 0 comments Download
M cc/resources/layer_quad.h View 2 chunks +2 lines, -3 lines 0 comments Download
D cc/resources/layer_tiling_data.h View 1 chunk +0 lines, -102 lines 0 comments Download
D cc/resources/layer_tiling_data.cc View 1 chunk +0 lines, -116 lines 0 comments Download
D cc/resources/layer_updater.h View 1 chunk +0 lines, -76 lines 0 comments Download
D cc/resources/layer_updater.cc View 1 chunk +0 lines, -16 lines 0 comments Download
D cc/resources/memory_history.h View 1 chunk +0 lines, -50 lines 0 comments Download
D cc/resources/memory_history.cc View 1 chunk +0 lines, -39 lines 0 comments Download
D cc/resources/one_copy_tile_task_worker_pool.h View 1 chunk +0 lines, -144 lines 0 comments Download
D cc/resources/one_copy_tile_task_worker_pool.cc View 1 chunk +0 lines, -507 lines 0 comments Download
D cc/resources/picture.h View 1 chunk +0 lines, -119 lines 0 comments Download
D cc/resources/picture.cc View 1 chunk +0 lines, -338 lines 0 comments Download
D cc/resources/picture_layer_tiling.h View 1 chunk +0 lines, -349 lines 0 comments Download
D cc/resources/picture_layer_tiling.cc View 1 chunk +0 lines, -1073 lines 0 comments Download
D cc/resources/picture_layer_tiling_perftest.cc View 1 chunk +0 lines, -176 lines 0 comments Download
D cc/resources/picture_layer_tiling_set.h View 1 chunk +0 lines, -193 lines 0 comments Download
D cc/resources/picture_layer_tiling_set.cc View 1 chunk +0 lines, -558 lines 0 comments Download
D cc/resources/picture_layer_tiling_set_unittest.cc View 1 chunk +0 lines, -455 lines 0 comments Download
D cc/resources/picture_layer_tiling_unittest.cc View 1 chunk +0 lines, -1985 lines 0 comments Download
D cc/resources/picture_pile.h View 1 chunk +0 lines, -138 lines 0 comments Download
D cc/resources/picture_pile.cc View 1 chunk +0 lines, -779 lines 0 comments Download
D cc/resources/picture_pile_impl.h View 1 chunk +0 lines, -159 lines 0 comments Download
D cc/resources/picture_pile_impl.cc View 1 chunk +0 lines, -465 lines 0 comments Download
D cc/resources/picture_pile_impl_perftest.cc View 1 chunk +0 lines, -83 lines 0 comments Download
D cc/resources/picture_pile_impl_unittest.cc View 1 chunk +0 lines, -917 lines 0 comments Download
D cc/resources/picture_pile_unittest.cc View 1 chunk +0 lines, -1547 lines 0 comments Download
D cc/resources/picture_unittest.cc View 1 chunk +0 lines, -179 lines 0 comments Download
D cc/resources/pixel_buffer_tile_task_worker_pool.h View 1 chunk +0 lines, -143 lines 0 comments Download
D cc/resources/pixel_buffer_tile_task_worker_pool.cc View 1 chunk +0 lines, -730 lines 0 comments Download
D cc/resources/pixel_ref_map.h View 1 chunk +0 lines, -90 lines 0 comments Download
D cc/resources/pixel_ref_map.cc View 1 chunk +0 lines, -158 lines 0 comments Download
D cc/resources/pixel_ref_map_unittest.cc View 1 chunk +0 lines, -292 lines 0 comments Download
D cc/resources/prioritized_resource.h View 1 chunk +0 lines, -184 lines 0 comments Download
D cc/resources/prioritized_resource.cc View 1 chunk +0 lines, -203 lines 0 comments Download
D cc/resources/prioritized_resource_manager.h View 1 chunk +0 lines, -235 lines 0 comments Download
D cc/resources/prioritized_resource_manager.cc View 1 chunk +0 lines, -547 lines 0 comments Download
D cc/resources/prioritized_resource_unittest.cc View 1 chunk +0 lines, -1117 lines 0 comments Download
D cc/resources/priority_calculator.h View 1 chunk +0 lines, -47 lines 0 comments Download
D cc/resources/priority_calculator.cc View 1 chunk +0 lines, -116 lines 0 comments Download
D cc/resources/raster_buffer.h View 1 chunk +0 lines, -26 lines 0 comments Download
D cc/resources/raster_buffer.cc View 1 chunk +0 lines, -15 lines 0 comments Download
D cc/resources/raster_source.h View 1 chunk +0 lines, -116 lines 0 comments Download
D cc/resources/raster_source_helper.h View 1 chunk +0 lines, -29 lines 0 comments Download
D cc/resources/raster_source_helper.cc View 1 chunk +0 lines, -81 lines 0 comments Download
D cc/resources/raster_tile_priority_queue.h View 1 chunk +0 lines, -42 lines 0 comments Download
D cc/resources/raster_tile_priority_queue.cc View 1 chunk +0 lines, -36 lines 0 comments Download
D cc/resources/raster_tile_priority_queue_all.h View 1 chunk +0 lines, -79 lines 0 comments Download
D cc/resources/raster_tile_priority_queue_all.cc View 1 chunk +0 lines, -322 lines 0 comments Download
D cc/resources/raster_tile_priority_queue_required.h View 1 chunk +0 lines, -39 lines 0 comments Download
D cc/resources/raster_tile_priority_queue_required.cc View 1 chunk +0 lines, -55 lines 0 comments Download
D cc/resources/rasterizer.h View 1 chunk +0 lines, -47 lines 0 comments Download
D cc/resources/recording_source.h View 1 chunk +0 lines, -62 lines 0 comments Download
M cc/resources/resource.h View 1 chunk +1 line, -2 lines 0 comments Download
M cc/resources/resource_pool.h View 2 chunks +1 line, -2 lines 0 comments Download
M cc/resources/resource_provider.h View 9 chunks +8 lines, -9 lines 0 comments Download
M cc/resources/resource_provider_unittest.cc View 2 chunks +1 line, -1 line 0 comments Download
D cc/resources/resource_update.h View 1 chunk +0 lines, -37 lines 0 comments Download
D cc/resources/resource_update.cc View 1 chunk +0 lines, -32 lines 0 comments Download
D cc/resources/resource_update_controller.h View 1 chunk +0 lines, -88 lines 0 comments Download
D cc/resources/resource_update_controller.cc View 1 chunk +0 lines, -164 lines 0 comments Download
D cc/resources/resource_update_controller_unittest.cc View 1 chunk +0 lines, -516 lines 0 comments Download
D cc/resources/resource_update_queue.h View 1 chunk +0 lines, -43 lines 0 comments Download
D cc/resources/resource_update_queue.cc View 1 chunk +0 lines, -56 lines 0 comments Download
M cc/resources/returned_resource.h View 1 chunk +1 line, -2 lines 0 comments Download
D cc/resources/scoped_gpu_raster.h View 1 chunk +0 lines, -34 lines 0 comments Download
D cc/resources/scoped_gpu_raster.cc View 1 chunk +0 lines, -51 lines 0 comments Download
D cc/resources/scoped_gpu_raster_unittest.cc View 1 chunk +0 lines, -39 lines 0 comments Download
M cc/resources/scoped_resource.h View 2 chunks +1 line, -2 lines 0 comments Download
D cc/resources/scoped_ui_resource.h View 1 chunk +0 lines, -46 lines 0 comments Download
D cc/resources/scoped_ui_resource.cc View 1 chunk +0 lines, -40 lines 0 comments Download
M cc/resources/shared_bitmap.h View 1 chunk +1 line, -2 lines 0 comments Download
M cc/resources/shared_bitmap_manager.h View 1 chunk +1 line, -2 lines 0 comments Download
M cc/resources/single_release_callback.h View 1 chunk +1 line, -2 lines 0 comments Download
M cc/resources/single_release_callback_impl.h View 1 chunk +1 line, -2 lines 0 comments Download
M cc/resources/single_release_callback_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
D cc/resources/skpicture_content_layer_updater.h View 1 chunk +0 lines, -42 lines 0 comments Download
D cc/resources/skpicture_content_layer_updater.cc View 1 chunk +0 lines, -50 lines 0 comments Download
D cc/resources/software_rasterizer.h View 1 chunk +0 lines, -38 lines 0 comments Download
D cc/resources/software_rasterizer.cc View 1 chunk +0 lines, -30 lines 0 comments Download
D cc/resources/task_graph_runner.h View 1 chunk +0 lines, -232 lines 0 comments Download
D cc/resources/task_graph_runner.cc View 1 chunk +0 lines, -481 lines 0 comments Download
D cc/resources/task_graph_runner_perftest.cc View 1 chunk +0 lines, -312 lines 0 comments Download
D cc/resources/task_graph_runner_unittest.cc View 1 chunk +0 lines, -331 lines 0 comments Download
M cc/resources/texture_compressor.h View 1 chunk +1 line, -2 lines 0 comments Download
M cc/resources/texture_compressor_etc1.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/texture_mailbox.h View 2 chunks +1 line, -2 lines 0 comments Download
M cc/resources/texture_mailbox_deleter.h View 2 chunks +1 line, -2 lines 0 comments Download
M cc/resources/texture_uploader.h View 2 chunks +1 line, -2 lines 0 comments Download
D cc/resources/tile.h View 1 chunk +0 lines, -180 lines 0 comments Download
D cc/resources/tile.cc View 1 chunk +0 lines, -98 lines 0 comments Download
D cc/resources/tile_draw_info.h View 1 chunk +0 lines, -84 lines 0 comments Download
D cc/resources/tile_draw_info.cc View 1 chunk +0 lines, -37 lines 0 comments Download
D cc/resources/tile_manager.h View 1 chunk +0 lines, -320 lines 0 comments Download
D cc/resources/tile_manager.cc View 1 chunk +0 lines, -1062 lines 0 comments Download
D cc/resources/tile_manager_perftest.cc View 1 chunk +0 lines, -483 lines 0 comments Download
D cc/resources/tile_manager_unittest.cc View 1 chunk +0 lines, -1323 lines 0 comments Download
D cc/resources/tile_priority.h View 1 chunk +0 lines, -159 lines 0 comments Download
D cc/resources/tile_priority.cc View 1 chunk +0 lines, -98 lines 0 comments Download
D cc/resources/tile_priority_unittest.cc View 1 chunk +0 lines, -45 lines 0 comments Download
D cc/resources/tile_task_runner.h View 1 chunk +0 lines, -172 lines 0 comments Download
D cc/resources/tile_task_runner.cc View 1 chunk +0 lines, -101 lines 0 comments Download
D cc/resources/tile_task_worker_pool.h View 1 chunk +0 lines, -72 lines 0 comments Download
D cc/resources/tile_task_worker_pool.cc View 1 chunk +0 lines, -206 lines 0 comments Download
D cc/resources/tile_task_worker_pool_perftest.cc View 1 chunk +0 lines, -520 lines 0 comments Download
D cc/resources/tile_task_worker_pool_unittest.cc View 1 chunk +0 lines, -442 lines 0 comments Download
D cc/resources/tiling_set_eviction_queue.h View 1 chunk +0 lines, -120 lines 0 comments Download
D cc/resources/tiling_set_eviction_queue.cc View 1 chunk +0 lines, -390 lines 0 comments Download
D cc/resources/tiling_set_raster_queue_all.h View 1 chunk +0 lines, -175 lines 0 comments Download
D cc/resources/tiling_set_raster_queue_all.cc View 1 chunk +0 lines, -334 lines 0 comments Download
D cc/resources/tiling_set_raster_queue_required.h View 1 chunk +0 lines, -61 lines 0 comments Download
D cc/resources/tiling_set_raster_queue_required.cc View 1 chunk +0 lines, -141 lines 0 comments Download
M cc/resources/transferable_resource.h View 2 chunks +1 line, -2 lines 0 comments Download
D cc/resources/transform_display_item.h View 1 chunk +0 lines, -62 lines 0 comments Download
D cc/resources/transform_display_item.cc View 1 chunk +0 lines, -73 lines 0 comments Download
D cc/resources/ui_resource_bitmap.h View 1 chunk +0 lines, -78 lines 0 comments Download
D cc/resources/ui_resource_bitmap.cc View 1 chunk +0 lines, -95 lines 0 comments Download
D cc/resources/ui_resource_client.h View 1 chunk +0 lines, -34 lines 0 comments Download
D cc/resources/ui_resource_request.h View 1 chunk +0 lines, -49 lines 0 comments Download
D cc/resources/ui_resource_request.cc View 1 chunk +0 lines, -37 lines 0 comments Download
D cc/resources/video_resource_updater.h View 1 chunk +0 lines, -145 lines 0 comments Download
D cc/resources/video_resource_updater.cc View 1 chunk +0 lines, -464 lines 0 comments Download
D cc/resources/video_resource_updater_unittest.cc View 1 chunk +0 lines, -255 lines 0 comments Download
D cc/resources/zero_copy_tile_task_worker_pool.h View 1 chunk +0 lines, -81 lines 0 comments Download
D cc/resources/zero_copy_tile_task_worker_pool.cc View 1 chunk +0 lines, -211 lines 0 comments Download
M cc/scheduler/begin_frame_source.h View 7 chunks +10 lines, -10 lines 0 comments Download
M cc/scheduler/delay_based_time_source.h View 3 chunks +2 lines, -4 lines 0 comments Download
M cc/scheduler/scheduler.h View 3 chunks +2 lines, -3 lines 0 comments Download
M cc/scheduler/scheduler.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M cc/scheduler/scheduler_settings.h View 2 chunks +1 line, -2 lines 0 comments Download
M cc/scheduler/scheduler_state_machine.h View 2 chunks +1 line, -2 lines 0 comments Download
M cc/surfaces/display.h View 3 chunks +0 lines, -3 lines 0 comments Download
M cc/surfaces/display.cc View 6 chunks +1 line, -11 lines 0 comments Download
M cc/surfaces/display_client.h View 1 chunk +0 lines, -1 line 0 comments Download
M cc/surfaces/onscreen_display_client.h View 1 chunk +0 lines, -1 line 0 comments Download
M cc/surfaces/onscreen_display_client.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M cc/surfaces/surface_aggregator.cc View 1 chunk +0 lines, -1 line 0 comments Download
D cc/test/animation_test_common.h View 1 chunk +0 lines, -182 lines 0 comments Download
D cc/test/animation_test_common.cc View 1 chunk +0 lines, -355 lines 0 comments Download
D cc/test/data/10_10_layer_tree.json View 1 chunk +0 lines, -2509 lines 0 comments Download
D cc/test/data/anti_aliasing.png View Binary file 0 comments Download
D cc/test/data/anti_aliasing_perspective.png View Binary file 0 comments Download
D cc/test/data/axis_aligned.png View Binary file 0 comments Download
D cc/test/data/background_filter.png View Binary file 0 comments Download
D cc/test/data/background_filter_blur.png View Binary file 0 comments Download
D cc/test/data/background_filter_blur_off_axis.png View Binary file 0 comments Download
D cc/test/data/background_filter_blur_outsets.png View Binary file 0 comments Download
D cc/test/data/black.png View Binary file 0 comments Download
D cc/test/data/blending_and_filter.png View Binary file 0 comments Download
D cc/test/data/blending_render_pass.png View Binary file 0 comments Download
D cc/test/data/blending_render_pass_cm.png View Binary file 0 comments Download
D cc/test/data/blending_render_pass_mask.png View Binary file 0 comments Download
D cc/test/data/blending_render_pass_mask_cm.png View Binary file 0 comments Download
D cc/test/data/blending_transparent.png View Binary file 0 comments Download
D cc/test/data/blending_with_root.png View Binary file 0 comments Download
D cc/test/data/blue_yellow.png View Binary file 0 comments Download
D cc/test/data/blue_yellow_alpha.png View Binary file 0 comments Download
D cc/test/data/blue_yellow_alpha_translate.png View Binary file 0 comments Download
D cc/test/data/blue_yellow_anti_aliasing.png View Binary file 0 comments Download
D cc/test/data/blue_yellow_filter_chain.png View Binary file 0 comments Download
D cc/test/data/blue_yellow_flipped.png View Binary file 0 comments Download
D cc/test/data/checkers.png View Binary file 0 comments Download
D cc/test/data/checkers_big.png View Binary file 0 comments Download
D cc/test/data/dark_grey.png View Binary file 0 comments Download
D cc/test/data/dense_layer_tree.json View 1 chunk +0 lines, -982 lines 0 comments Download
D cc/test/data/enlarged_texture_on_threshold.png View Binary file 0 comments Download
D cc/test/data/filter_on_scaled_layer.png View Binary file 0 comments Download
D cc/test/data/force_anti_aliasing_off.png View Binary file 0 comments Download
D cc/test/data/four_blue_green_checkers.png View Binary file 0 comments Download
D cc/test/data/green.png View Binary file 0 comments Download
D cc/test/data/green_alpha.png View Binary file 0 comments Download
D cc/test/data/green_small.png View Binary file 0 comments Download
D cc/test/data/green_small_with_blue_corner.png View Binary file 0 comments Download
D cc/test/data/green_with_blue_corner.png View Binary file 0 comments Download
D cc/test/data/heavy_layer_tree.json View 1 chunk +0 lines, -122 lines 0 comments Download
D cc/test/data/image_mask_of_layer.png View Binary file 0 comments Download
D cc/test/data/intersecting_blue_green.png View Binary file 0 comments Download
D cc/test/data/intersecting_blue_green_squares.png View Binary file 0 comments Download
D cc/test/data/intersecting_blue_green_squares_video.png View Binary file 0 comments Download
D cc/test/data/layer_sort_cubes.json View 1 chunk +0 lines, -2863 lines 0 comments Download
D cc/test/data/layer_sort_rubik.json View 1 chunk +0 lines, -683 lines 0 comments Download
D cc/test/data/long_scrollable_page.json View 1 chunk +0 lines, -73 lines 0 comments Download
D cc/test/data/mask_bottom_right.png View Binary file 0 comments Download
D cc/test/data/mask_of_background_filter.png View Binary file 0 comments Download
D cc/test/data/mask_of_clipped_layer.png View Binary file 0 comments Download
D cc/test/data/mask_of_layer.png View Binary file 0 comments Download
D cc/test/data/mask_of_layer_with_blend.png View Binary file 0 comments Download
D cc/test/data/mask_of_replica.png View Binary file 0 comments Download
D cc/test/data/mask_of_replica_of_clipped_layer.png View Binary file 0 comments Download
D cc/test/data/mask_with_replica.png View Binary file 0 comments Download
D cc/test/data/mask_with_replica_of_clipped_layer.png View Binary file 0 comments Download
D cc/test/data/scaled_render_surface_layer_gl.png View Binary file 0 comments Download
D cc/test/data/scaled_render_surface_layer_sw.png View Binary file 0 comments Download
D cc/test/data/touch_region_heavy.json View 1 chunk +0 lines, -515 lines 0 comments Download
D cc/test/data/touch_region_light.json View 1 chunk +0 lines, -67 lines 0 comments Download
D cc/test/data/wrap_mode_repeat.png View Binary file 0 comments Download
D cc/test/data/yuv_stripes.png View Binary file 0 comments Download
D cc/test/data/yuv_stripes_alpha.png View Binary file 0 comments Download
D cc/test/data/yuv_stripes_clipped.png View Binary file 0 comments Download
D cc/test/data/yuv_stripes_offset.png View Binary file 0 comments Download
D cc/test/fake_content_layer.h View 1 chunk +0 lines, -57 lines 0 comments Download
D cc/test/fake_content_layer.cc View 1 chunk +0 lines, -64 lines 0 comments Download
D cc/test/fake_content_layer_client.h View 1 chunk +0 lines, -75 lines 0 comments Download
D cc/test/fake_content_layer_client.cc View 1 chunk +0 lines, -110 lines 0 comments Download
D cc/test/fake_content_layer_impl.h View 1 chunk +0 lines, -51 lines 0 comments Download
D cc/test/fake_content_layer_impl.cc View 1 chunk +0 lines, -33 lines 0 comments Download
D cc/test/fake_delegated_renderer_layer.h View 1 chunk +0 lines, -29 lines 0 comments Download
D cc/test/fake_delegated_renderer_layer.cc View 1 chunk +0 lines, -22 lines 0 comments Download
D cc/test/fake_delegated_renderer_layer_impl.h View 1 chunk +0 lines, -37 lines 0 comments Download
D cc/test/fake_delegated_renderer_layer_impl.cc View 1 chunk +0 lines, -74 lines 0 comments Download
D cc/test/fake_impl_proxy.h View 1 chunk +0 lines, -30 lines 0 comments Download
D cc/test/fake_layer_tree_host.h View 1 chunk +0 lines, -68 lines 0 comments Download
D cc/test/fake_layer_tree_host.cc View 1 chunk +0 lines, -47 lines 0 comments Download
D cc/test/fake_layer_tree_host_client.h View 1 chunk +0 lines, -69 lines 0 comments Download
D cc/test/fake_layer_tree_host_client.cc View 1 chunk +0 lines, -47 lines 0 comments Download
D cc/test/fake_layer_tree_host_impl.h View 1 chunk +0 lines, -52 lines 0 comments Download
D cc/test/fake_layer_tree_host_impl.cc View 1 chunk +0 lines, -97 lines 0 comments Download
D cc/test/fake_layer_tree_host_impl_client.h View 1 chunk +0 lines, -47 lines 0 comments Download
D cc/test/fake_layer_tree_host_impl_client.cc View 1 chunk +0 lines, -19 lines 0 comments Download
M cc/test/fake_output_surface.h View 3 chunks +0 lines, -5 lines 0 comments Download
M cc/test/fake_output_surface.cc View 2 chunks +0 lines, -9 lines 0 comments Download
D cc/test/fake_painted_scrollbar_layer.h View 1 chunk +0 lines, -58 lines 0 comments Download
D cc/test/fake_painted_scrollbar_layer.cc View 1 chunk +0 lines, -56 lines 0 comments Download
D cc/test/fake_picture_layer.h View 1 chunk +0 lines, -65 lines 0 comments Download
D cc/test/fake_picture_layer.cc View 1 chunk +0 lines, -60 lines 0 comments Download
D cc/test/fake_picture_layer_impl.h View 1 chunk +0 lines, -175 lines 0 comments Download
D cc/test/fake_picture_layer_impl.cc View 1 chunk +0 lines, -280 lines 0 comments Download
D cc/test/fake_picture_layer_tiling_client.h View 1 chunk +0 lines, -80 lines 0 comments Download
D cc/test/fake_picture_layer_tiling_client.cc View 1 chunk +0 lines, -88 lines 0 comments Download
D cc/test/fake_picture_pile.h View 1 chunk +0 lines, -118 lines 0 comments Download
D cc/test/fake_picture_pile.cc View 1 chunk +0 lines, -105 lines 0 comments Download
D cc/test/fake_picture_pile_impl.h View 1 chunk +0 lines, -71 lines 0 comments Download
D cc/test/fake_picture_pile_impl.cc View 1 chunk +0 lines, -122 lines 0 comments Download
D cc/test/fake_proxy.h View 1 chunk +0 lines, -62 lines 0 comments Download
D cc/test/fake_proxy.cc View 1 chunk +0 lines, -45 lines 0 comments Download
D cc/test/fake_scoped_ui_resource.h View 1 chunk +0 lines, -31 lines 0 comments Download
D cc/test/fake_scoped_ui_resource.cc View 1 chunk +0 lines, -47 lines 0 comments Download
D cc/test/fake_scrollbar.h View 1 chunk +0 lines, -57 lines 0 comments Download
D cc/test/fake_scrollbar.cc View 1 chunk +0 lines, -78 lines 0 comments Download
D cc/test/fake_tile_manager.h View 1 chunk +0 lines, -32 lines 0 comments Download
D cc/test/fake_tile_manager.cc View 1 chunk +0 lines, -100 lines 0 comments Download
D cc/test/fake_tile_manager_client.h View 1 chunk +0 lines, -33 lines 0 comments Download
D cc/test/fake_tile_manager_client.cc View 1 chunk +0 lines, -28 lines 0 comments Download
D cc/test/fake_ui_resource_layer_tree_host_impl.h View 1 chunk +0 lines, -38 lines 0 comments Download
D cc/test/fake_ui_resource_layer_tree_host_impl.cc View 1 chunk +0 lines, -56 lines 0 comments Download
D cc/test/fake_video_frame_provider.h View 1 chunk +0 lines, -36 lines 0 comments Download
D cc/test/fake_video_frame_provider.cc View 1 chunk +0 lines, -25 lines 0 comments Download
D cc/test/layer_test_common.h View 1 chunk +0 lines, -135 lines 0 comments Download
D cc/test/layer_test_common.cc View 1 chunk +0 lines, -181 lines 0 comments Download
D cc/test/layer_tree_host_common_test.h View 1 chunk +0 lines, -134 lines 0 comments Download
D cc/test/layer_tree_host_common_test.cc View 1 chunk +0 lines, -121 lines 0 comments Download
D cc/test/layer_tree_json_parser.h View 1 chunk +0 lines, -22 lines 0 comments Download
D cc/test/layer_tree_json_parser.cc View 1 chunk +0 lines, -198 lines 0 comments Download
D cc/test/layer_tree_json_parser_unittest.cc View 1 chunk +0 lines, -120 lines 0 comments Download
D cc/test/layer_tree_pixel_resource_test.h View 1 chunk +0 lines, -92 lines 0 comments Download
D cc/test/layer_tree_pixel_resource_test.cc View 1 chunk +0 lines, -239 lines 0 comments Download
D cc/test/layer_tree_pixel_test.h View 1 chunk +0 lines, -118 lines 0 comments Download
D cc/test/layer_tree_pixel_test.cc View 1 chunk +0 lines, -383 lines 0 comments Download
D cc/test/layer_tree_test.h View 1 chunk +0 lines, -388 lines 0 comments Download
D cc/test/layer_tree_test.cc View 1 chunk +0 lines, -899 lines 0 comments Download
M cc/test/pixel_test.cc View 2 chunks +1 line, -1 line 0 comments Download
M cc/test/render_pass_test_common.cc View 2 chunks +1 line, -1 line 0 comments Download
D cc/test/solid_color_content_layer_client.h View 1 chunk +0 lines, -33 lines 0 comments Download
D cc/test/solid_color_content_layer_client.cc View 1 chunk +0 lines, -40 lines 0 comments Download
M cc/test/test_context_provider.cc View 1 chunk +0 lines, -1 line 0 comments Download
D cc/test/test_web_graphics_context_3d.h View 1 chunk +0 lines, -488 lines 0 comments Download
D cc/test/test_web_graphics_context_3d.cc View 1 chunk +0 lines, -810 lines 0 comments Download
D cc/test/test_web_graphics_context_3d_unittest.cc View 1 chunk +0 lines, -111 lines 0 comments Download
D cc/test/tiled_layer_test_common.h View 1 chunk +0 lines, -156 lines 0 comments Download
D cc/test/tiled_layer_test_common.cc View 1 chunk +0 lines, -168 lines 0 comments Download
D cc/trees/blocking_task_runner.h View 1 chunk +0 lines, -98 lines 0 comments Download
D cc/trees/blocking_task_runner.cc View 1 chunk +0 lines, -74 lines 0 comments Download
D cc/trees/blocking_task_runner_unittest.cc View 1 chunk +0 lines, -42 lines 0 comments Download
D cc/trees/damage_tracker.h View 1 chunk +0 lines, -93 lines 0 comments Download
D cc/trees/damage_tracker.cc View 1 chunk +0 lines, -404 lines 0 comments Download
D cc/trees/damage_tracker_unittest.cc View 1 chunk +0 lines, -1474 lines 0 comments Download
D cc/trees/draw_property_utils.h View 1 chunk +0 lines, -49 lines 0 comments Download
D cc/trees/draw_property_utils.cc View 1 chunk +0 lines, -284 lines 0 comments Download
D cc/trees/latency_info_swap_promise_monitor.h View 1 chunk +0 lines, -37 lines 0 comments Download
D cc/trees/latency_info_swap_promise_monitor.cc View 1 chunk +0 lines, -97 lines 0 comments Download
D cc/trees/layer_tree_host.h View 1 chunk +0 lines, -460 lines 0 comments Download
D cc/trees/layer_tree_host.cc View 1 chunk +0 lines, -1276 lines 0 comments Download
D cc/trees/layer_tree_host_client.h View 1 chunk +0 lines, -72 lines 0 comments Download
D cc/trees/layer_tree_host_common.h View 1 chunk +0 lines, -289 lines 0 comments Download
D cc/trees/layer_tree_host_common.cc View 1 chunk +0 lines, -2566 lines 0 comments Download
D cc/trees/layer_tree_host_common_perftest.cc View 1 chunk +0 lines, -329 lines 0 comments Download
D cc/trees/layer_tree_host_common_unittest.cc View 1 chunk +0 lines, -8947 lines 0 comments Download
D cc/trees/layer_tree_host_impl.h View 1 chunk +0 lines, -755 lines 0 comments Download
D cc/trees/layer_tree_host_impl.cc View 1 chunk +0 lines, -3473 lines 0 comments Download
D cc/trees/layer_tree_host_impl_unittest.cc View 1 chunk +0 lines, -8479 lines 0 comments Download
D cc/trees/layer_tree_host_perftest.cc View 1 chunk +0 lines, -347 lines 0 comments Download
D cc/trees/layer_tree_host_pixeltest_blending.cc View 1 chunk +0 lines, -498 lines 0 comments Download
D cc/trees/layer_tree_host_pixeltest_filters.cc View 1 chunk +0 lines, -457 lines 0 comments Download
D cc/trees/layer_tree_host_pixeltest_masks.cc View 1 chunk +0 lines, -465 lines 0 comments Download
D cc/trees/layer_tree_host_pixeltest_readback.cc View 1 chunk +0 lines, -556 lines 0 comments Download
D cc/trees/layer_tree_host_pixeltest_synchronous.cc View 1 chunk +0 lines, -50 lines 0 comments Download
D cc/trees/layer_tree_host_single_thread_client.h View 1 chunk +0 lines, -33 lines 0 comments Download
D cc/trees/layer_tree_host_unittest.cc View 1 chunk +0 lines, -6609 lines 0 comments Download
D cc/trees/layer_tree_host_unittest_animation.cc View 1 chunk +0 lines, -1275 lines 0 comments Download
D cc/trees/layer_tree_host_unittest_context.cc View 1 chunk +0 lines, -1743 lines 0 comments Download
D cc/trees/layer_tree_host_unittest_copyrequest.cc View 1 chunk +0 lines, -1087 lines 0 comments Download
D cc/trees/layer_tree_host_unittest_damage.cc View 1 chunk +0 lines, -534 lines 0 comments Download
D cc/trees/layer_tree_host_unittest_delegated.cc View 1 chunk +0 lines, -2169 lines 0 comments Download
D cc/trees/layer_tree_host_unittest_no_message_loop.cc View 1 chunk +0 lines, -245 lines 0 comments Download
D cc/trees/layer_tree_host_unittest_occlusion.cc View 1 chunk +0 lines, -270 lines 0 comments Download
D cc/trees/layer_tree_host_unittest_picture.cc View 1 chunk +0 lines, -572 lines 0 comments Download
D cc/trees/layer_tree_host_unittest_proxy.cc View 1 chunk +0 lines, -129 lines 0 comments Download
D cc/trees/layer_tree_host_unittest_scroll.cc View 1 chunk +0 lines, -1239 lines 0 comments Download
D cc/trees/layer_tree_host_unittest_video.cc View 1 chunk +0 lines, -96 lines 0 comments Download
D cc/trees/layer_tree_impl.h View 1 chunk +0 lines, -428 lines 0 comments Download
D cc/trees/layer_tree_impl.cc View 1 chunk +0 lines, -1647 lines 0 comments Download
D cc/trees/layer_tree_impl_unittest.cc View 1 chunk +0 lines, -2160 lines 0 comments Download
D cc/trees/layer_tree_settings.h View 1 chunk +0 lines, -95 lines 0 comments Download
D cc/trees/layer_tree_settings.cc View 1 chunk +0 lines, -99 lines 0 comments Download
D cc/trees/occlusion.h View 1 chunk +0 lines, -45 lines 0 comments Download
D cc/trees/occlusion.cc View 1 chunk +0 lines, -100 lines 0 comments Download
D cc/trees/occlusion_tracker.h View 1 chunk +0 lines, -118 lines 0 comments Download
D cc/trees/occlusion_tracker.cc View 1 chunk +0 lines, -486 lines 0 comments Download
D cc/trees/occlusion_tracker_perftest.cc View 1 chunk +0 lines, -213 lines 0 comments Download
D cc/trees/occlusion_tracker_unittest.cc View 1 chunk +0 lines, -3332 lines 0 comments Download
D cc/trees/occlusion_unittest.cc View 1 chunk +0 lines, -272 lines 0 comments Download
D cc/trees/property_tree.h View 1 chunk +0 lines, -197 lines 0 comments Download
D cc/trees/property_tree.cc View 1 chunk +0 lines, -335 lines 0 comments Download
D cc/trees/property_tree_builder.h View 1 chunk +0 lines, -34 lines 0 comments Download
D cc/trees/property_tree_builder.cc View 1 chunk +0 lines, -328 lines 0 comments Download
D cc/trees/property_tree_unittest.cc View 1 chunk +0 lines, -274 lines 0 comments Download
D cc/trees/proxy.h View 1 chunk +0 lines, -164 lines 0 comments Download
D cc/trees/proxy.cc View 1 chunk +0 lines, -92 lines 0 comments Download
D cc/trees/proxy_timing_history.h View 1 chunk +0 lines, -46 lines 0 comments Download
D cc/trees/proxy_timing_history.cc View 1 chunk +0 lines, -124 lines 0 comments Download
D cc/trees/scoped_abort_remaining_swap_promises.h View 1 chunk +0 lines, -30 lines 0 comments Download
D cc/trees/single_thread_proxy.h View 1 chunk +0 lines, -240 lines 0 comments Download
D cc/trees/single_thread_proxy.cc View 1 chunk +0 lines, -926 lines 0 comments Download
D cc/trees/swap_promise_monitor.h View 1 chunk +0 lines, -45 lines 0 comments Download
D cc/trees/swap_promise_monitor.cc View 1 chunk +0 lines, -31 lines 0 comments Download
D cc/trees/thread_proxy.h View 1 chunk +0 lines, -311 lines 0 comments Download
D cc/trees/thread_proxy.cc View 1 chunk +0 lines, -1373 lines 0 comments Download
D cc/trees/tree_synchronizer.h View 1 chunk +0 lines, -52 lines 0 comments Download
D cc/trees/tree_synchronizer.cc View 1 chunk +0 lines, -311 lines 0 comments Download
D cc/trees/tree_synchronizer_unittest.cc View 1 chunk +0 lines, -737 lines 0 comments Download
M mojo/converters/surfaces/surfaces_type_converters.cc View 1 chunk +0 lines, -1 line 0 comments Download
M services/surfaces/display_impl.h View 1 chunk +0 lines, -1 line 0 comments Download
M services/surfaces/display_impl.cc View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
jamesr
Tony - picking you at random. I dunno if there's any useful way to review ...
5 years, 8 months ago (2015-04-03 22:41:04 UTC) #2
tonyg
This big of a red patch deserves a medal :) rubber stamp lgtm
5 years, 8 months ago (2015-04-03 22:54:27 UTC) #3
jamesr
Committed patchset #1 (id:1) manually as 41b80ab41b441c71495e80541868a3b71d8aa59c (presubmit successful).
5 years, 8 months ago (2015-04-03 23:10:55 UTC) #4
jamesr
5 years, 8 months ago (2015-04-03 23:11:27 UTC) #5
Message was sent while issue was closed.
755 files changed, 169 insertions(+), 174413 deletions(-)

nice :)

Powered by Google App Engine
This is Rietveld 408576698