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

Issue 565043002: cc: Remove the opaque rect return-parameter from ContentLayerClient. (Closed)

Created:
6 years, 3 months ago by danakj
Modified:
6 years, 3 months ago
Reviewers:
nduca, vmpstr
CC:
chromium-reviews, Ian Vollick, sievers+watch_chromium.org, jbauman+watch_chromium.org, kalyank, piman+watch_chromium.org, cc-bugs_chromium.org, danakj+watch_chromium.org, f(malita), piman, Stephen Chennney
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

cc: Remove the opaque rect return-parameter from ContentLayerClient. This parameter is not used with impl-side painting, and blink is the only embedder of blink that sets this value. Since blink is always impl-side painting now, we can just remove it. R=nduca, vmpstr BUG=413479 Committed: https://crrev.com/9f825516164d5520a5c245ad247c395aeaca6caf Cr-Commit-Position: refs/heads/master@{#294902}

Patch Set 1 #

Total comments: 4

Patch Set 2 : contentlayerclientopaque: Tile::opaque_rect #

Patch Set 3 : contentlayerclientopaque: . #

Patch Set 4 : contentlayerclientopaque: waitingforroll #

Patch Set 5 : contentlayerclientopaque: build #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -364 lines) Patch
M cc/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M cc/blink/web_content_layer_impl.h View 1 chunk +0 lines, -1 line 0 comments Download
M cc/blink/web_content_layer_impl.cc View 3 2 chunks +1 line, -3 lines 0 comments Download
M cc/cc_tests.gyp View 1 chunk +0 lines, -1 line 0 comments Download
M cc/layers/content_layer.h View 1 chunk +1 line, -3 lines 0 comments Download
M cc/layers/content_layer.cc View 2 chunks +1 line, -5 lines 0 comments Download
M cc/layers/content_layer_client.h View 1 chunk +0 lines, -1 line 0 comments Download
D cc/layers/content_layer_unittest.cc View 1 chunk +0 lines, -63 lines 0 comments Download
M cc/layers/layer_perftest.cc View 1 2 3 4 1 chunk +2 lines, -3 lines 0 comments Download
M cc/layers/layer_unittest.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M cc/layers/picture_image_layer.h View 1 chunk +0 lines, -1 line 0 comments Download
M cc/layers/picture_image_layer.cc View 1 chunk +0 lines, -1 line 0 comments Download
M cc/layers/picture_layer.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M cc/layers/picture_layer_impl.cc View 1 4 chunks +1 line, -5 lines 0 comments Download
M cc/layers/picture_layer_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M cc/layers/tiled_layer.cc View 4 chunks +3 lines, -31 lines 0 comments Download
M cc/layers/tiled_layer_impl.h View 1 chunk +0 lines, -1 line 0 comments Download
M cc/layers/tiled_layer_impl.cc View 4 chunks +2 lines, -10 lines 0 comments Download
M cc/layers/tiled_layer_impl_unittest.cc View 5 chunks +10 lines, -16 lines 0 comments Download
M cc/layers/tiled_layer_unittest.cc View 2 chunks +1 line, -91 lines 0 comments Download
M cc/resources/bitmap_content_layer_updater.h View 1 chunk +1 line, -2 lines 0 comments Download
M cc/resources/bitmap_content_layer_updater.cc View 2 chunks +6 lines, -11 lines 0 comments Download
M cc/resources/content_layer_updater.h View 1 chunk +1 line, -2 lines 0 comments Download
M cc/resources/content_layer_updater.cc View 2 chunks +2 lines, -8 lines 0 comments Download
M cc/resources/layer_painter.h View 1 chunk +1 line, -3 lines 0 comments Download
M cc/resources/layer_tiling_data.h View 2 chunks +0 lines, -7 lines 0 comments Download
M cc/resources/layer_tiling_data.cc View 1 chunk +0 lines, -22 lines 0 comments Download
M cc/resources/layer_updater.h View 1 chunk +1 line, -5 lines 0 comments Download
M cc/resources/picture.cc View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M cc/resources/prioritized_tile_set_unittest.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M cc/resources/skpicture_content_layer_updater.h View 1 chunk +1 line, -2 lines 0 comments Download
M cc/resources/skpicture_content_layer_updater.cc View 2 chunks +3 lines, -7 lines 0 comments Download
M cc/resources/tile.h View 1 3 chunks +0 lines, -3 lines 0 comments Download
M cc/resources/tile.cc View 1 2 chunks +0 lines, -2 lines 0 comments Download
M cc/resources/tile_manager.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M cc/resources/tile_manager.cc View 1 2 2 chunks +0 lines, -2 lines 0 comments Download
M cc/resources/tile_manager_unittest.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M cc/test/fake_content_layer_client.h View 2 chunks +0 lines, -4 lines 0 comments Download
M cc/test/fake_content_layer_client.cc View 2 chunks +2 lines, -6 lines 0 comments Download
M cc/test/fake_picture_layer_tiling_client.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M cc/test/solid_color_content_layer_client.h View 1 chunk +0 lines, -1 line 0 comments Download
M cc/test/solid_color_content_layer_client.cc View 2 chunks +0 lines, -4 lines 0 comments Download
M cc/test/tiled_layer_test_common.h View 3 chunks +1 line, -7 lines 0 comments Download
M cc/test/tiled_layer_test_common.cc View 2 chunks +1 line, -3 lines 0 comments Download
M cc/trees/layer_tree_host_common_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M cc/trees/layer_tree_host_perftest.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M cc/trees/layer_tree_host_pixeltest_masks.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_on_demand_raster.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_host_unittest.cc View 3 chunks +0 lines, -3 lines 0 comments Download
M ui/compositor/layer.h View 1 chunk +0 lines, -1 line 0 comments Download
M ui/compositor/layer.cc View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 24 (10 generated)
danakj
6 years, 3 months ago (2014-09-12 00:19:16 UTC) #1
vmpstr
Is Tile::opaque_rect being used still? If not, please also remove. Is Layer/LayerImpl::contents_opaque being used? I ...
6 years, 3 months ago (2014-09-12 15:47:02 UTC) #2
danakj
On 2014/09/12 15:47:02, vmpstr wrote: > Is Tile::opaque_rect being used still? If not, please also ...
6 years, 3 months ago (2014-09-12 15:56:33 UTC) #3
danakj
https://codereview.chromium.org/565043002/diff/1/cc/resources/layer_tiling_data.h File cc/resources/layer_tiling_data.h (left): https://codereview.chromium.org/565043002/diff/1/cc/resources/layer_tiling_data.h#oldcode73 cc/resources/layer_tiling_data.h:73: gfx::Rect opaque_rect_; This is Tile::opaque_rect, is there another one ...
6 years, 3 months ago (2014-09-12 15:57:24 UTC) #4
vmpstr
https://codereview.chromium.org/565043002/diff/1/cc/resources/layer_tiling_data.h File cc/resources/layer_tiling_data.h (left): https://codereview.chromium.org/565043002/diff/1/cc/resources/layer_tiling_data.h#oldcode73 cc/resources/layer_tiling_data.h:73: gfx::Rect opaque_rect_; On 2014/09/12 15:57:24, danakj wrote: > This ...
6 years, 3 months ago (2014-09-12 15:58:40 UTC) #5
danakj
https://codereview.chromium.org/565043002/diff/1/cc/resources/layer_tiling_data.h File cc/resources/layer_tiling_data.h (left): https://codereview.chromium.org/565043002/diff/1/cc/resources/layer_tiling_data.h#oldcode73 cc/resources/layer_tiling_data.h:73: gfx::Rect opaque_rect_; On 2014/09/12 15:58:40, vmpstr wrote: > On ...
6 years, 3 months ago (2014-09-12 16:04:22 UTC) #6
danakj
https://codereview.chromium.org/565043002/diff/1/cc/resources/layer_tiling_data.h File cc/resources/layer_tiling_data.h (left): https://codereview.chromium.org/565043002/diff/1/cc/resources/layer_tiling_data.h#oldcode73 cc/resources/layer_tiling_data.h:73: gfx::Rect opaque_rect_; On 2014/09/12 16:04:22, danakj wrote: > On ...
6 years, 3 months ago (2014-09-12 16:57:12 UTC) #7
vmpstr
lgtm, thanks for doing this! (I'm not an owner in ui/compositor, but you are :P)
6 years, 3 months ago (2014-09-12 17:21:30 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/565043002/60001
6 years, 3 months ago (2014-09-15 19:34:32 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/565043002/80001
6 years, 3 months ago (2014-09-15 20:11:00 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_rel/builds/15651)
6 years, 3 months ago (2014-09-15 20:40:24 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/565043002/100001
6 years, 3 months ago (2014-09-15 20:46:58 UTC) #22
commit-bot: I haz the power
Committed patchset #5 (id:100001) as e9d835a708909f5d636e1b3e79c211e6e8ecd6c5
6 years, 3 months ago (2014-09-15 22:27:13 UTC) #23
commit-bot: I haz the power
6 years, 3 months ago (2014-09-15 22:35:12 UTC) #24
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/9f825516164d5520a5c245ad247c395aeaca6caf
Cr-Commit-Position: refs/heads/master@{#294902}

Powered by Google App Engine
This is Rietveld 408576698