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

Issue 1175113010: cc: Rename visible_content_rect and content stuff on quads. (Closed)

Created:
5 years, 6 months ago by danakj
Modified:
5 years, 6 months ago
Reviewers:
enne (OOO), boliu, vmpstr, dcheng, sky
CC:
cc-bugs_chromium.org, chromium-reviews, feature-media-reviews_chromium.org, piman
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

cc: Rename visible_content_rect and content stuff on quads. This renames visible_content_rect to visible_layer_rect. And for SharedQuadState renames the transforms and rects to no longer refer to "content" and instead refer to the space the the DrawQuad rects. R=enne, vmpstr TBR=dcheng BUG=413479 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/64767d90be693c7e98efd1a0794bb567b46262ec Cr-Commit-Position: refs/heads/master@{#335172}

Patch Set 1 #

Patch Set 2 : rename-visible-content-rect: comment #

Total comments: 4

Patch Set 3 : rename-visible-content-rect: appendquadsdatarevert #

Patch Set 4 : rename-visible-content-rect: . #

Patch Set 5 : rename-visible-content-rect: fixcontent #

Patch Set 6 : rename-visible-content-rect: mojo #

Patch Set 7 : rename-visible-content-rect: mojom #

Patch Set 8 : rename-visible-content-rect: moreandroid #

Unified diffs Side-by-side diffs Delta from patch set Stats (+617 lines, -738 lines) Patch
M android_webview/browser/hardware_renderer.cc View 1 2 3 4 5 6 7 1 chunk +5 lines, -5 lines 0 comments Download
M cc/debug/invalidation_benchmark.cc View 3 chunks +9 lines, -9 lines 0 comments Download
M cc/debug/rasterize_and_record_benchmark.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/debug/rasterize_and_record_benchmark_impl.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/layers/append_quads_data.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M cc/layers/delegated_renderer_layer_impl.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/layers/delegated_renderer_layer_impl_unittest.cc View 15 chunks +19 lines, -23 lines 0 comments Download
M cc/layers/draw_properties.h View 1 chunk +3 lines, -2 lines 0 comments Download
M cc/layers/io_surface_layer_impl_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/layer.h View 2 chunks +2 lines, -4 lines 0 comments Download
M cc/layers/layer.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M cc/layers/layer_impl.h View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/layers/layer_impl.cc View 3 chunks +12 lines, -13 lines 0 comments Download
M cc/layers/nine_patch_layer_impl_unittest.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M cc/layers/painted_scrollbar_layer_impl_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/picture_image_layer_impl_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/picture_layer.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/picture_layer.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M cc/layers/picture_layer_impl.cc View 1 2 7 chunks +12 lines, -12 lines 0 comments Download
M cc/layers/picture_layer_impl_unittest.cc View 20 chunks +26 lines, -27 lines 0 comments Download
M cc/layers/render_surface_impl.cc View 3 chunks +6 lines, -11 lines 0 comments Download
M cc/layers/render_surface_impl_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/render_surface_unittest.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M cc/layers/scrollbar_layer_unittest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M cc/layers/solid_color_layer_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layers/solid_color_layer_impl.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M cc/layers/solid_color_layer_impl_unittest.cc View 8 chunks +11 lines, -11 lines 0 comments Download
M cc/layers/solid_color_scrollbar_layer_impl_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/surface_layer_impl_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/texture_layer.h View 1 chunk +0 lines, -1 line 0 comments Download
M cc/layers/texture_layer.cc View 1 chunk +0 lines, -10 lines 0 comments Download
M cc/layers/texture_layer_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/texture_layer_impl.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/layers/texture_layer_impl_unittest.cc View 2 chunks +27 lines, -1 line 0 comments Download
M cc/layers/texture_layer_unittest.cc View 1 chunk +0 lines, -28 lines 0 comments Download
M cc/layers/ui_resource_layer_impl_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/layers/video_layer_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/video_layer_impl.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/layers/video_layer_impl_unittest.cc View 5 chunks +9 lines, -9 lines 0 comments Download
M cc/output/bsp_walk_action.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/output/direct_renderer.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M cc/output/gl_renderer.cc View 25 chunks +33 lines, -46 lines 0 comments Download
M cc/output/overlay_strategy_common.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M cc/output/overlay_strategy_single_on_top.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/output/overlay_unittest.cc View 8 chunks +12 lines, -12 lines 0 comments Download
M cc/output/renderer_pixeltest.cc View 1 2 3 4 5 40 chunks +123 lines, -151 lines 0 comments Download
M cc/output/software_renderer.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/quads/draw_polygon.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/quads/draw_polygon.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/quads/draw_quad.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/quads/draw_quad.cc View 3 chunks +9 lines, -12 lines 0 comments Download
M cc/quads/draw_quad_perftest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/quads/draw_quad_unittest.cc View 4 chunks +10 lines, -22 lines 0 comments Download
M cc/quads/render_pass_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/quads/shared_quad_state.h View 1 2 chunks +10 lines, -9 lines 0 comments Download
M cc/quads/shared_quad_state.cc View 1 2 3 2 chunks +10 lines, -10 lines 0 comments Download
M cc/surfaces/surface_aggregator.cc View 5 chunks +6 lines, -6 lines 0 comments Download
M cc/surfaces/surface_aggregator_test_helpers.cc View 1 chunk +6 lines, -11 lines 0 comments Download
M cc/surfaces/surface_aggregator_unittest.cc View 12 chunks +19 lines, -27 lines 0 comments Download
M cc/surfaces/surfaces_pixeltest.cc View 1 chunk +4 lines, -10 lines 0 comments Download
M cc/test/layer_test_common.cc View 2 chunks +8 lines, -10 lines 0 comments Download
M cc/test/render_pass_test_common.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/trees/draw_property_utils.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/layer_tree_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/layer_tree_host_common.cc View 6 chunks +7 lines, -7 lines 0 comments Download
M cc/trees/layer_tree_host_common_unittest.cc View 25 chunks +57 lines, -57 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 1 2 3 chunks +4 lines, -5 lines 0 comments Download
M cc/trees/layer_tree_host_impl_unittest.cc View 7 chunks +11 lines, -11 lines 0 comments Download
M cc/trees/layer_tree_host_unittest.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M cc/trees/layer_tree_impl_unittest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M cc/trees/occlusion_tracker.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M cc/trees/occlusion_tracker_unittest.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M components/view_manager/display_manager.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M components/view_manager/public/interfaces/quads.mojom View 1 2 3 4 5 6 1 chunk +7 lines, -6 lines 0 comments Download
M content/common/cc_messages.h View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
M content/common/cc_messages_unittest.cc View 1 2 3 4 2 chunks +9 lines, -9 lines 0 comments Download
M mojo/converters/surfaces/surfaces_type_converters.cc View 1 2 3 4 5 2 chunks +8 lines, -9 lines 0 comments Download
M mojo/converters/surfaces/surfaces_utils.cc View 1 2 3 4 5 1 chunk +3 lines, -3 lines 0 comments Download
M mojo/converters/surfaces/tests/surface_unittest.cc View 1 2 3 4 5 4 chunks +22 lines, -32 lines 0 comments Download

Messages

Total messages: 19 (5 generated)
danakj
Bikesheds welcome on the SharedQuadState member names
5 years, 6 months ago (2015-06-18 20:53:28 UTC) #1
enne (OOO)
https://codereview.chromium.org/1175113010/diff/20001/cc/layers/picture_layer_impl.cc File cc/layers/picture_layer_impl.cc (right): https://codereview.chromium.org/1175113010/diff/20001/cc/layers/picture_layer_impl.cc#newcode346 cc/layers/picture_layer_impl.cc:346: append_quads_data->checkerboarded_visible_layer_area += This is not true. I think this ...
5 years, 6 months ago (2015-06-18 21:02:16 UTC) #2
enne (OOO)
Quad names seem good enough to me. I'm sad about the duplicate "quad" in a ...
5 years, 6 months ago (2015-06-18 21:02:44 UTC) #3
danakj
PTAL https://codereview.chromium.org/1175113010/diff/20001/cc/layers/picture_layer_impl.cc File cc/layers/picture_layer_impl.cc (right): https://codereview.chromium.org/1175113010/diff/20001/cc/layers/picture_layer_impl.cc#newcode346 cc/layers/picture_layer_impl.cc:346: append_quads_data->checkerboarded_visible_layer_area += On 2015/06/18 21:02:15, enne wrote: > ...
5 years, 6 months ago (2015-06-18 21:06:35 UTC) #4
danakj
+sky for components/ content/ and mojo/. (Renaming some fields.)
5 years, 6 months ago (2015-06-18 21:27:33 UTC) #6
danakj
+boliu for android_webview/ (renaming some fields)
5 years, 6 months ago (2015-06-18 21:28:03 UTC) #8
boliu
On 2015/06/18 21:28:03, danakj wrote: > +boliu for android_webview/ (renaming some fields) rs lgtm
5 years, 6 months ago (2015-06-18 21:29:46 UTC) #9
boliu
On 2015/06/18 21:28:03, danakj wrote: > +boliu for android_webview/ (renaming some fields) rs lgtm
5 years, 6 months ago (2015-06-18 21:29:46 UTC) #10
danakj
+dcheng for cc_messages (renaming some fields)
5 years, 6 months ago (2015-06-18 21:31:59 UTC) #12
sky
LGTM
5 years, 6 months ago (2015-06-18 23:28:16 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1175113010/30072
5 years, 6 months ago (2015-06-18 23:57:13 UTC) #16
commit-bot: I haz the power
Committed patchset #8 (id:30072)
5 years, 6 months ago (2015-06-19 00:10:57 UTC) #17
commit-bot: I haz the power
Patchset 8 (id:??) landed as https://crrev.com/64767d90be693c7e98efd1a0794bb567b46262ec Cr-Commit-Position: refs/heads/master@{#335172}
5 years, 6 months ago (2015-06-19 00:11:32 UTC) #18
dcheng
5 years, 6 months ago (2015-06-19 03:11:38 UTC) #19
Message was sent while issue was closed.
rs lgtm for renaming changes in ipc

Powered by Google App Engine
This is Rietveld 408576698