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

Issue 1452353002: Turn off computation of the interest rect in cc in synchronized paint mode. (Closed)

Created:
5 years, 1 month ago by chrishtr
Modified:
5 years ago
Reviewers:
danakj, Xianzhu, sky, enne (OOO)
CC:
blink-layers+watch_chromium.org, blink-reviews, blink-reviews-api_chromium.org, blink-reviews-platform-graphics_chromium.org, Rik, cc-bugs_chromium.org, chromium-reviews, creis+watch_chromium.org, danakj+watch_chromium.org, danakj, darin-cc_chromium.org, dglazkov+blink, dshwang, drott+blinkwatch_chromium.org, krit, esprehn, f(malita), jam, jbauman+watch_chromium.org, jbroman, Justin Novosad, kalyank, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-content_chromium.org, nasko+codewatch_chromium.org, pdr+graphicswatchlist_chromium.org, piman+watch_chromium.org, rwlbuis, Stephen Chennney, sievers+watch_chromium.org, vmpstr+blinkwatch_chromium.org, Ian Vollick
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Turn off computation of the interest rect in cc in synchronized paint mode. To do this, introduces a new render process shared setting for synchronized painting. BUG=552545 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/01539b801aeca7e811e8441fdfad3011098576dd Cr-Commit-Position: refs/heads/master@{#361282}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 6

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Total comments: 7

Patch Set 7 : #

Total comments: 2

Patch Set 8 : #

Patch Set 9 : #

Patch Set 10 : #

Total comments: 2

Patch Set 11 : #

Patch Set 12 : #

Patch Set 13 : #

Patch Set 14 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+243 lines, -244 lines) Patch
M cc/blink/web_content_layer_impl.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M cc/blink/web_content_layer_impl.cc View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M cc/layers/content_layer_client.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/picture_image_layer.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/picture_image_layer.cc View 1 2 3 4 5 6 7 1 chunk +4 lines, -0 lines 0 comments Download
M cc/layers/picture_layer.cc View 1 2 3 4 5 6 7 1 chunk +4 lines, -1 line 0 comments Download
M cc/layers/picture_layer_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 3 chunks +3 lines, -0 lines 0 comments Download
M cc/layers/picture_layer_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M cc/playback/discardable_image_map_unittest.cc View 1 2 3 4 5 6 5 chunks +4 lines, -1 line 0 comments Download
M cc/playback/display_list_recording_source.h View 1 2 3 4 5 6 2 chunks +4 lines, -8 lines 0 comments Download
M cc/playback/display_list_recording_source.cc View 1 2 3 4 5 6 3 chunks +18 lines, -81 lines 0 comments Download
M cc/playback/display_list_recording_source_unittest.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -131 lines 0 comments Download
M cc/test/fake_content_layer_client.h View 1 2 3 4 3 chunks +8 lines, -0 lines 0 comments Download
M cc/test/fake_content_layer_client.cc View 1 2 3 4 5 6 7 1 chunk +5 lines, -0 lines 0 comments Download
M cc/test/fake_display_list_recording_source.h View 1 2 3 4 5 6 4 chunks +9 lines, -8 lines 0 comments Download
M cc/test/fake_display_list_recording_source.cc View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M cc/test/solid_color_content_layer_client.h View 1 2 3 4 2 chunks +5 lines, -1 line 0 comments Download
M cc/test/solid_color_content_layer_client.cc View 1 2 3 4 5 6 7 1 chunk +4 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_common_perftest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M cc/trees/layer_tree_host_common_unittest.cc View 1 2 3 4 5 6 7 8 9 3 chunks +5 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_masks.cc View 1 2 3 4 5 6 7 3 chunks +4 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_readback.cc View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_synchronous.cc View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_tiles.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M cc/trees/layer_tree_host_unittest.cc View 1 2 3 4 5 6 7 42 chunks +46 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_animation.cc View 1 2 3 4 5 6 7 11 chunks +11 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_animation_timelines.cc View 1 2 3 4 5 6 7 8 9 9 chunks +9 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_context.cc View 1 2 3 4 5 6 7 8 9 5 chunks +5 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_copyrequest.cc View 1 2 3 4 5 6 7 8 9 11 chunks +11 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_damage.cc View 1 2 3 4 5 6 7 5 chunks +5 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_occlusion.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_picture.cc View 1 2 3 4 5 6 7 6 chunks +5 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_proxy.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_scroll.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/DEPS View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/blink_platform.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.h View 1 2 3 4 3 chunks +7 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.cpp View 1 2 3 4 5 6 7 8 9 2 chunks +7 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/GraphicsLayer.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp View 1 2 3 4 5 6 7 8 9 2 chunks +8 lines, -1 line 0 comments Download
M third_party/WebKit/Source/web/DEPS View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/web/LinkHighlightImpl.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/web/LinkHighlightImpl.cpp View 1 2 3 4 2 chunks +6 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/web/web.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/public/platform/WebContentLayerClient.h View 1 2 3 4 2 chunks +7 lines, -1 line 0 comments Download
M ui/compositor/layer.h View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M ui/compositor/layer.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 54 (24 generated)
chrishtr
5 years, 1 month ago (2015-11-17 23:24:31 UTC) #5
enne (OOO)
https://codereview.chromium.org/1452353002/diff/40001/cc/layers/picture_layer.cc File cc/layers/picture_layer.cc (right): https://codereview.chromium.org/1452353002/diff/40001/cc/layers/picture_layer.cc#newcode143 cc/layers/picture_layer.cc:143: update_rect = gfx::Rect(layer_size); You need to implement this in ...
5 years, 1 month ago (2015-11-17 23:44:49 UTC) #9
chrishtr
FYI the record-full-layers thing needs to be implemented in Blink before I commit this patch, ...
5 years, 1 month ago (2015-11-18 21:09:40 UTC) #10
enne (OOO)
https://codereview.chromium.org/1452353002/diff/100001/cc/layers/picture_image_layer.cc File cc/layers/picture_image_layer.cc (right): https://codereview.chromium.org/1452353002/diff/100001/cc/layers/picture_image_layer.cc#newcode53 cc/layers/picture_image_layer.cc:53: return gfx::Rect(0, 0, bounds().width(), bounds().height()); "return bounds()"? https://codereview.chromium.org/1452353002/diff/100001/cc/layers/picture_layer.cc File ...
5 years, 1 month ago (2015-11-18 21:31:58 UTC) #11
chrishtr
https://codereview.chromium.org/1452353002/diff/100001/cc/layers/picture_image_layer.cc File cc/layers/picture_image_layer.cc (right): https://codereview.chromium.org/1452353002/diff/100001/cc/layers/picture_image_layer.cc#newcode53 cc/layers/picture_image_layer.cc:53: return gfx::Rect(0, 0, bounds().width(), bounds().height()); On 2015/11/18 at 21:31:58, ...
5 years, 1 month ago (2015-11-18 22:33:11 UTC) #12
enne (OOO)
lgtm https://codereview.chromium.org/1452353002/diff/120001/third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.cpp File third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.cpp (right): https://codereview.chromium.org/1452353002/diff/120001/third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.cpp#newcode87 third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.cpp:87: // fprintf(stderr, "ContentLayerDelegate::paintableRegion\n"); <_<
5 years, 1 month ago (2015-11-18 22:39:50 UTC) #13
chrishtr
https://codereview.chromium.org/1452353002/diff/120001/third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.cpp File third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.cpp (right): https://codereview.chromium.org/1452353002/diff/120001/third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.cpp#newcode87 third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.cpp:87: // fprintf(stderr, "ContentLayerDelegate::paintableRegion\n"); On 2015/11/18 at 22:39:50, enne wrote: ...
5 years, 1 month ago (2015-11-18 22:41:06 UTC) #14
chrishtr
+esprehn FYI: I have whitelisted ui/gfx/geometry in order to use gfx::Rect in the implementations of ...
5 years, 1 month ago (2015-11-18 22:45:58 UTC) #15
chrishtr
We can't commit this until other known bugs with Blink interest rects are finished. In ...
5 years, 1 month ago (2015-11-19 18:59:08 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1452353002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1452353002/180001
5 years, 1 month ago (2015-11-22 00:32:36 UTC) #19
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/121093)
5 years, 1 month ago (2015-11-22 00:40:47 UTC) #21
chrishtr
+sy for ui/compositor approval.
5 years, 1 month ago (2015-11-22 02:06:55 UTC) #23
sky
LGTM
5 years, 1 month ago (2015-11-22 15:41:16 UTC) #24
sky
https://codereview.chromium.org/1452353002/diff/180001/ui/compositor/layer.h File ui/compositor/layer.h (right): https://codereview.chromium.org/1452353002/diff/180001/ui/compositor/layer.h#newcode350 ui/compositor/layer.h:350: gfx::Rect PaintableRegion() override; Just to make sure, this is ...
5 years, 1 month ago (2015-11-22 15:42:09 UTC) #25
chrishtr
https://codereview.chromium.org/1452353002/diff/180001/ui/compositor/layer.h File ui/compositor/layer.h (right): https://codereview.chromium.org/1452353002/diff/180001/ui/compositor/layer.h#newcode350 ui/compositor/layer.h:350: gfx::Rect PaintableRegion() override; On 2015/11/22 at 15:42:09, sky wrote: ...
5 years, 1 month ago (2015-11-23 16:52:03 UTC) #26
sky
Ok
5 years, 1 month ago (2015-11-23 17:58:46 UTC) #27
chrishtr
On 2015/11/23 at 17:58:46, sky wrote: > Ok Turns out bounds() was incorrect, since it ...
5 years, 1 month ago (2015-11-23 18:01:02 UTC) #28
sky
I saw that in your latest patch, LGTM On Mon, Nov 23, 2015 at 10:01 ...
5 years, 1 month ago (2015-11-23 18:01:33 UTC) #31
sky
I saw that in your latest patch, LGTM On Mon, Nov 23, 2015 at 10:01 ...
5 years, 1 month ago (2015-11-23 18:01:33 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1452353002/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1452353002/200001
5 years, 1 month ago (2015-11-23 18:03:38 UTC) #33
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/79637)
5 years, 1 month ago (2015-11-23 18:47:18 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1452353002/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1452353002/220001
5 years, 1 month ago (2015-11-23 21:15:39 UTC) #38
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_compile_dbg_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/112545)
5 years, 1 month ago (2015-11-23 22:36:19 UTC) #40
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1452353002/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1452353002/240001
5 years, 1 month ago (2015-11-24 00:14:25 UTC) #43
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_compile_dbg_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/112692)
5 years, 1 month ago (2015-11-24 01:18:35 UTC) #45
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1452353002/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1452353002/260001
5 years, 1 month ago (2015-11-24 01:40:14 UTC) #48
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/133340)
5 years, 1 month ago (2015-11-24 03:57:33 UTC) #50
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1452353002/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1452353002/260001
5 years ago (2015-11-24 06:44:14 UTC) #52
commit-bot: I haz the power
Committed patchset #14 (id:260001)
5 years ago (2015-11-24 08:11:41 UTC) #53
commit-bot: I haz the power
5 years ago (2015-11-24 08:12:26 UTC) #54
Message was sent while issue was closed.
Patchset 14 (id:??) landed as
https://crrev.com/01539b801aeca7e811e8441fdfad3011098576dd
Cr-Commit-Position: refs/heads/master@{#361282}

Powered by Google App Engine
This is Rietveld 408576698