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

Issue 1489713004: Remove the clip parameter from ContentLayerClient. (Closed)

Created:
5 years ago by chrishtr
Modified:
5 years ago
Reviewers:
sky, enne (OOO)
CC:
cc-bugs_chromium.org, chromium-reviews, danakj+watch_chromium.org, jbauman+watch_chromium.org, kalyank, piman+watch_chromium.org, sievers+watch_chromium.org, Ian Vollick
Base URL:
https://chromium.googlesource.com/chromium/src.git@clipremoval
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove the clip parameter from ContentLayerClient. The API now specifies that ContentLayerClient decides its own PaintableRegion(). CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/e8384fae6b671dc545561a2734873755e807b27d Cr-Commit-Position: refs/heads/master@{#363005}

Patch Set 1 #

Total comments: 7

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -51 lines) Patch
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 1 chunk +1 line, -2 lines 0 comments Download
M cc/debug/rasterize_and_record_benchmark.cc View 1 chunk +1 line, -2 lines 0 comments Download
M cc/layers/content_layer_client.h View 1 chunk +0 lines, -1 line 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 3 chunks +5 lines, -4 lines 0 comments Download
M cc/layers/picture_image_layer_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/picture_layer_unittest.cc View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M cc/playback/display_list_recording_source.cc View 1 chunk +1 line, -2 lines 0 comments Download
M cc/test/fake_content_layer_client.h View 1 chunk +0 lines, -1 line 0 comments Download
M cc/test/fake_content_layer_client.cc View 1 4 chunks +8 lines, -10 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 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/layer_tree_host_common_unittest.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M cc/trees/layer_tree_host_pixeltest_masks.cc View 1 2 3 7 chunks +10 lines, -10 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_tiles.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_host_unittest.cc View 1 2 3 3 chunks +2 lines, -4 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 +1 line, -3 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 30 (12 generated)
chrishtr
5 years ago (2015-12-01 21:25:31 UTC) #4
enne (OOO)
https://codereview.chromium.org/1489713004/diff/1/cc/test/fake_content_layer_client.cc File cc/test/fake_content_layer_client.cc (right): https://codereview.chromium.org/1489713004/diff/1/cc/test/fake_content_layer_client.cc#newcode58 cc/test/fake_content_layer_client.cc:58: item->SetNew(PaintableRegion(), std::vector<SkRRect>()); I think you should either not append ...
5 years ago (2015-12-01 22:43:17 UTC) #5
enne (OOO)
https://codereview.chromium.org/1489713004/diff/1/cc/blink/web_content_layer_impl.cc File cc/blink/web_content_layer_impl.cc (right): https://codereview.chromium.org/1489713004/diff/1/cc/blink/web_content_layer_impl.cc#newcode72 cc/blink/web_content_layer_impl.cc:72: cc::DisplayItemList::Create(PaintableRegion(), settings); Should this be set to the rect? ...
5 years ago (2015-12-01 22:46:25 UTC) #6
chrishtr
https://codereview.chromium.org/1489713004/diff/1/cc/blink/web_content_layer_impl.cc File cc/blink/web_content_layer_impl.cc (right): https://codereview.chromium.org/1489713004/diff/1/cc/blink/web_content_layer_impl.cc#newcode72 cc/blink/web_content_layer_impl.cc:72: cc::DisplayItemList::Create(PaintableRegion(), settings); On 2015/12/01 at 22:46:25, enne wrote: > ...
5 years ago (2015-12-01 23:01:20 UTC) #7
enne (OOO)
In both of those cases the rect passed to DisplayItemLIst::Create, which currently also adds a ...
5 years ago (2015-12-01 23:11:34 UTC) #8
chrishtr
On 2015/12/01 at 23:11:34, enne wrote: > In both of those cases the rect passed ...
5 years ago (2015-12-02 00:55:07 UTC) #9
enne (OOO)
OOPS. I was misunderstanding what was going on here. Ignore me! lgtm <_<
5 years ago (2015-12-02 18:38:31 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1489713004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1489713004/20001
5 years ago (2015-12-02 18:43:08 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/124111)
5 years ago (2015-12-02 18:54:52 UTC) #14
chrishtr
sky@, need your LGTM.
5 years ago (2015-12-02 19:10:47 UTC) #15
sky
LGTM
5 years ago (2015-12-02 20:43:58 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1489713004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1489713004/60001
5 years ago (2015-12-02 21:42:01 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/148991)
5 years ago (2015-12-02 22:22:11 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1489713004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1489713004/60001
5 years ago (2015-12-02 23:31:11 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_compile_dbg_32_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_32_ng/builds/130389)
5 years ago (2015-12-03 00:26:46 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1489713004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1489713004/60001
5 years ago (2015-12-03 16:50:37 UTC) #27
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years ago (2015-12-03 17:43:29 UTC) #28
commit-bot: I haz the power
5 years ago (2015-12-03 17:44:34 UTC) #30
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/e8384fae6b671dc545561a2734873755e807b27d
Cr-Commit-Position: refs/heads/master@{#363005}

Powered by Google App Engine
This is Rietveld 408576698