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

Issue 93663004: [#2] Pass gfx structs by const ref (gfx::Rect, gfx::RectF) (Closed)

Created:
7 years ago by prashant.n
Modified:
6 years, 11 months ago
CC:
chromium-reviews, cc-bugs_chromium.org, r.kasibhatla
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Pass gfx::Rect and gfx::RectF by const ref. Avoid unneccessary copy of structures gfx::Rect & gfx::RectF by passing them by const ref rather than value. Any struct of size > 4 bytes should be passed by const ref. Passing by ref for these structs is faster than passing by value, especially when invoking function has multiple parameters. Pass by value creates unneccessary overhead which should be avoided. BUG=159273 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=244224

Patch Set 1 #

Total comments: 1

Patch Set 2 : Reverted presubmit check, removed gfx::stucts #

Patch Set 3 : Rect, RectF changes for cc/ #

Patch Set 4 : Merged patch from issue 131223002 #

Patch Set 5 : Rebase to ToT, fix builds on non-linux platforms! #

Unified diffs Side-by-side diffs Delta from patch set Stats (+689 lines, -625 lines) Patch
M cc/base/invalidation_region.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/base/invalidation_region.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/base/math_util.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M cc/base/math_util.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M cc/base/region.h View 1 2 5 chunks +10 lines, -10 lines 0 comments Download
M cc/base/region.cc View 1 2 6 chunks +7 lines, -7 lines 0 comments Download
M cc/base/tiling_data.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M cc/base/tiling_data.cc View 1 2 4 chunks +7 lines, -3 lines 0 comments Download
M cc/debug/debug_rect_history.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/debug/overdraw_metrics.h View 1 2 3 2 chunks +7 lines, -7 lines 0 comments Download
M cc/debug/overdraw_metrics.cc View 1 2 3 4 chunks +7 lines, -7 lines 0 comments Download
M cc/input/scrollbar.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/content_layer.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/content_layer.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/content_layer_client.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/content_layer_unittest.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layers/delegated_frame_provider_unittest.cc View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M cc/layers/delegated_renderer_layer_impl.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/delegated_renderer_layer_impl.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/layer_perftest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/layer_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/nine_patch_layer.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M cc/layers/nine_patch_layer.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layers/nine_patch_layer_impl.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layers/nine_patch_layer_impl.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layers/nine_patch_layer_impl_unittest.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M cc/layers/painted_scrollbar_layer.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M cc/layers/painted_scrollbar_layer.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M cc/layers/picture_image_layer.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/picture_image_layer.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/picture_layer_impl.h View 1 2 3 2 chunks +4 lines, -3 lines 0 comments Download
M cc/layers/picture_layer_impl.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M cc/layers/picture_layer_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/render_surface.h View 1 2 3 2 chunks +4 lines, -2 lines 0 comments Download
M cc/layers/render_surface_impl.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M cc/layers/render_surface_impl.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M cc/layers/scrollbar_layer_impl_base.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/scrollbar_layer_impl_base.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/scrollbar_theme_painter.h View 1 2 3 1 chunk +18 lines, -10 lines 0 comments Download
M cc/layers/tiled_layer.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M cc/layers/tiled_layer.cc View 1 2 3 4 chunks +6 lines, -6 lines 0 comments Download
M cc/layers/tiled_layer_impl.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/tiled_layer_impl.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/tiled_layer_impl_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/tiled_layer_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/ui_resource_layer_impl_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/output/copy_output_request.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/output/delegating_renderer.h View 1 2 2 chunks +4 lines, -3 lines 0 comments Download
M cc/output/delegating_renderer.cc View 1 2 2 chunks +4 lines, -3 lines 0 comments Download
M cc/output/direct_renderer.h View 1 2 4 chunks +8 lines, -8 lines 0 comments Download
M cc/output/direct_renderer.cc View 1 2 3 chunks +7 lines, -6 lines 0 comments Download
M cc/output/gl_renderer.h View 1 2 5 chunks +10 lines, -9 lines 0 comments Download
M cc/output/gl_renderer.cc View 1 2 9 chunks +9 lines, -9 lines 0 comments Download
M cc/output/gl_renderer_unittest.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M cc/output/output_surface.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M cc/output/output_surface.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M cc/output/output_surface_client.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M cc/output/renderer.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M cc/output/renderer_pixeltest.cc View 1 2 6 chunks +9 lines, -7 lines 0 comments Download
M cc/output/software_output_device.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M cc/output/software_output_device.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M cc/output/software_renderer.h View 1 2 3 chunks +6 lines, -5 lines 0 comments Download
M cc/output/software_renderer.cc View 1 2 4 chunks +12 lines, -9 lines 0 comments Download
M cc/quads/checkerboard_draw_quad.h View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M cc/quads/checkerboard_draw_quad.cc View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M cc/quads/content_draw_quad_base.h View 1 2 3 1 chunk +5 lines, -5 lines 0 comments Download
M cc/quads/content_draw_quad_base.cc View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
M cc/quads/debug_border_draw_quad.h View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M cc/quads/debug_border_draw_quad.cc View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M cc/quads/draw_quad.h View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M cc/quads/draw_quad.cc View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M cc/quads/io_surface_draw_quad.h View 1 2 3 1 chunk +5 lines, -5 lines 0 comments Download
M cc/quads/io_surface_draw_quad.cc View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
M cc/quads/picture_draw_quad.h View 1 2 3 1 chunk +7 lines, -7 lines 0 comments Download
M cc/quads/picture_draw_quad.cc View 1 2 3 2 chunks +7 lines, -7 lines 0 comments Download
M cc/quads/render_pass.h View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M cc/quads/render_pass.cc View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M cc/quads/render_pass_draw_quad.h View 1 2 3 1 chunk +8 lines, -8 lines 0 comments Download
M cc/quads/render_pass_draw_quad.cc View 1 2 3 2 chunks +8 lines, -8 lines 0 comments Download
M cc/quads/shared_quad_state.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M cc/quads/shared_quad_state.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M cc/quads/solid_color_draw_quad.h View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M cc/quads/solid_color_draw_quad.cc View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M cc/quads/stream_video_draw_quad.h View 1 2 3 1 chunk +5 lines, -5 lines 0 comments Download
M cc/quads/stream_video_draw_quad.cc View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
M cc/quads/texture_draw_quad.h View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
M cc/quads/texture_draw_quad.cc View 1 2 3 2 chunks +5 lines, -3 lines 0 comments Download
M cc/quads/tile_draw_quad.h View 1 2 3 1 chunk +5 lines, -5 lines 0 comments Download
M cc/quads/tile_draw_quad.cc View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
M cc/quads/yuv_video_draw_quad.h View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
M cc/quads/yuv_video_draw_quad.cc View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
M cc/resources/bitmap_content_layer_updater.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M cc/resources/bitmap_content_layer_updater.cc View 1 2 3 4 3 chunks +3 lines, -3 lines 0 comments Download
M cc/resources/bitmap_skpicture_content_layer_updater.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M cc/resources/bitmap_skpicture_content_layer_updater.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M cc/resources/image_layer_updater.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M cc/resources/image_layer_updater.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M cc/resources/layer_painter.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/layer_tiling_data.h View 1 2 2 chunks +5 lines, -3 lines 0 comments Download
M cc/resources/layer_tiling_data.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M cc/resources/layer_updater.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M cc/resources/picture.h View 1 2 3 chunks +7 lines, -7 lines 0 comments Download
M cc/resources/picture.cc View 1 2 5 chunks +8 lines, -7 lines 0 comments Download
M cc/resources/picture_layer_tiling.h View 1 2 5 chunks +8 lines, -8 lines 0 comments Download
M cc/resources/picture_layer_tiling.cc View 1 2 5 chunks +7 lines, -7 lines 0 comments Download
M cc/resources/picture_layer_tiling_set.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M cc/resources/picture_layer_tiling_set.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M cc/resources/picture_layer_tiling_unittest.cc View 1 2 8 chunks +17 lines, -13 lines 0 comments Download
M cc/resources/picture_pile.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/picture_pile.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/picture_pile_base.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M cc/resources/picture_pile_base.cc View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M cc/resources/picture_pile_impl.h View 1 2 5 chunks +9 lines, -9 lines 0 comments Download
M cc/resources/picture_pile_impl.cc View 1 2 7 chunks +9 lines, -9 lines 0 comments Download
M cc/resources/prioritized_resource.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M cc/resources/prioritized_resource.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M cc/resources/priority_calculator.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M cc/resources/priority_calculator.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M cc/resources/raster_worker_pool.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/raster_worker_pool.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M cc/resources/resource_provider.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M cc/resources/resource_provider.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M cc/resources/resource_update.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M cc/resources/resource_update.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M cc/resources/skpicture_content_layer_updater.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/skpicture_content_layer_updater.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/resources/tile.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M cc/resources/tile.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M cc/resources/tile_manager.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M cc/resources/tile_manager.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M cc/scheduler/texture_uploader.h View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download
M cc/scheduler/texture_uploader.cc View 1 2 3 3 chunks +6 lines, -6 lines 0 comments Download
M cc/test/fake_content_layer_client.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_content_layer_client.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_layer_tree_host_impl_client.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M cc/test/fake_output_surface_client.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M cc/test/fake_picture_layer_tiling_client.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M cc/test/fake_picture_layer_tiling_client.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_proxy.h View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M cc/test/fake_proxy.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_scrollbar.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M cc/test/fake_scrollbar.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/test/layer_test_common.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/test/layer_test_common.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M cc/test/layer_tree_pixel_test.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M cc/test/layer_tree_pixel_test.cc View 1 2 3 chunks +4 lines, -3 lines 0 comments Download
M cc/test/layer_tree_test.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M cc/test/layer_tree_test.cc View 1 2 3 chunks +5 lines, -3 lines 0 comments Download
M cc/test/occlusion_tracker_test_common.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/test/pixel_test.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/test/pixel_test.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/test/render_pass_test_utils.h View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M cc/test/render_pass_test_utils.cc View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M cc/test/skia_common.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/test/skia_common.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/test/solid_color_content_layer_client.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/test/solid_color_content_layer_client.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/test/test_context_support.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/test/test_context_support.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cc/test/tiled_layer_test_common.h View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M cc/test/tiled_layer_test_common.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M cc/trees/damage_tracker.h View 1 2 1 chunk +4 lines, -2 lines 0 comments Download
M cc/trees/damage_tracker.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/layer_tree_host.h View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host.cc View 1 2 2 chunks +4 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_host_common.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host_common.cc View 1 2 6 chunks +10 lines, -10 lines 0 comments Download
M cc/trees/layer_tree_host_common_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/layer_tree_host_impl.h View 1 2 5 chunks +7 lines, -7 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 1 2 3 4 7 chunks +8 lines, -7 lines 0 comments Download
M cc/trees/layer_tree_host_impl_unittest.cc View 1 2 3 4 3 chunks +8 lines, -5 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_masks.cc View 1 2 3 3 chunks +8 lines, -6 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/layer_tree_host_unittest.cc View 1 2 3 3 chunks +4 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_delegated.cc View 1 2 3 chunks +7 lines, -6 lines 0 comments Download
M cc/trees/occlusion_tracker.h View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M cc/trees/occlusion_tracker.cc View 1 2 7 chunks +12 lines, -10 lines 0 comments Download
M cc/trees/occlusion_tracker_unittest.cc View 1 2 4 chunks +6 lines, -6 lines 0 comments Download
M cc/trees/proxy.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M cc/trees/quad_culler.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/quad_culler_unittest.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M cc/trees/single_thread_proxy.h View 1 2 4 chunks +7 lines, -5 lines 0 comments Download
M cc/trees/single_thread_proxy.cc View 1 2 5 chunks +7 lines, -5 lines 0 comments Download
M cc/trees/thread_proxy.h View 1 2 3 chunks +5 lines, -3 lines 0 comments Download
M cc/trees/thread_proxy.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/android/in_process/synchronous_compositor_output_surface.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/aura/software_output_device_ozone.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/browser/aura/software_output_device_ozone.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/browser/aura/software_output_device_win.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/aura/software_output_device_win.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/gpu/compositor_software_output_device.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/gpu/compositor_software_output_device.cc View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M gpu/command_buffer/client/context_support.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/client/gles2_implementation.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/client/gles2_implementation.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/compositor/layer.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ui/compositor/layer.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M webkit/renderer/compositor_bindings/scrollbar_impl.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webkit/renderer/compositor_bindings/scrollbar_impl.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M webkit/renderer/compositor_bindings/web_content_layer_impl.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M webkit/renderer/compositor_bindings/web_content_layer_impl.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 26 (0 generated)
prashant.n
Sanity cl for passing by const ref.
7 years ago (2013-12-11 09:34:34 UTC) #1
Tom Hudson
Not clear why you're removing the presubmit check?
7 years ago (2013-12-11 09:48:30 UTC) #2
prashant.n
The presubmit condition added checked whether const ref for gfx::Rect (and some other structs) is ...
7 years ago (2013-12-11 11:56:17 UTC) #3
enne (OOO)
Is there data to support doing this for Vector/Point/Size/Time too, since you're removing those checks?
7 years ago (2013-12-11 15:59:36 UTC) #4
prashant.n
@enne, I added the data in bug for Size, the same results we will get ...
7 years ago (2013-12-12 12:44:36 UTC) #5
danakj
On Thu, Dec 12, 2013 at 4:44 AM, <prashant.n@samsung.com> wrote: > @enne, I added the ...
7 years ago (2013-12-12 17:23:15 UTC) #6
prashant.n
The new results (release build) with different cases have been added in comment #30, 31 ...
7 years ago (2013-12-24 04:19:55 UTC) #7
enne (OOO)
Thanks for all of your hard work investigating and gathering data. I feel very convinced ...
6 years, 11 months ago (2014-01-02 18:42:56 UTC) #8
enne (OOO)
As per your email, if you don't want to make this change at once, then ...
6 years, 11 months ago (2014-01-06 19:32:14 UTC) #9
prashant.n
PTAL
6 years, 11 months ago (2014-01-09 14:28:06 UTC) #10
enne (OOO)
lgtm
6 years, 11 months ago (2014-01-09 18:24:11 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/prashant.n@samsung.com/93663004/70001
6 years, 11 months ago (2014-01-09 18:27:53 UTC) #12
commit-bot: I haz the power
Failed to apply patch for cc/resources/resource_update.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 11 months ago (2014-01-09 18:28:26 UTC) #13
prashant.n
Merged the other part of the change (present in CL 131223002) for complete change to ...
6 years, 11 months ago (2014-01-10 04:38:22 UTC) #14
prashant.n
PTAL
6 years, 11 months ago (2014-01-10 04:38:43 UTC) #15
piman
LGTM if this is the current consensus.
6 years, 11 months ago (2014-01-10 04:51:01 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/prashant.n@samsung.com/93663004/140001
6 years, 11 months ago (2014-01-10 04:57:09 UTC) #17
commit-bot: I haz the power
Failed to apply patch for cc/resources/resource_update.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 11 months ago (2014-01-10 04:58:16 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/prashant.n@samsung.com/93663004/220001
6 years, 11 months ago (2014-01-10 06:46:21 UTC) #19
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) base_unittests, browser_tests, interactive_ui_tests, net_unittests, unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=210300
6 years, 11 months ago (2014-01-10 07:15:26 UTC) #20
prashant.n
Can somebody please rubberstamp this cl as following new files have been added for fixing ...
6 years, 11 months ago (2014-01-10 08:05:52 UTC) #21
prashant.n
Can somebody please rubberstamp the change again? Added @bulach for LGTM for content/browser/android/ file. New ...
6 years, 11 months ago (2014-01-10 12:13:48 UTC) #22
prashant.n
Added @bulach for LGTM to content/browser/android file.
6 years, 11 months ago (2014-01-10 12:14:24 UTC) #23
bulach
lgtm for content/browser/android/in_process/synchronous_compositor_output_surface.cc, thanks!
6 years, 11 months ago (2014-01-10 13:45:43 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/prashant.n@samsung.com/93663004/520002
6 years, 11 months ago (2014-01-10 18:00:46 UTC) #25
commit-bot: I haz the power
6 years, 11 months ago (2014-01-10 20:05:09 UTC) #26
Message was sent while issue was closed.
Change committed as 244224

Powered by Google App Engine
This is Rietveld 408576698