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

Issue 1196553009: Revert "cc: Make tiling interest rect calc based on viewport." (Closed)

Created:
5 years, 6 months ago by sohanjg
Modified:
5 years, 1 month ago
Reviewers:
vmpstr
CC:
cc-bugs_chromium.org, chromium-reviews, creis+watch_chromium.org, darin-cc_chromium.org, davemoore+watch_chromium.org, dzhioev+watch_chromium.org, jam, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-content_chromium.org, nasko+codewatch_chromium.org, oshima+watch_chromium.org, piman+watch_chromium.org, stevenjb+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Revert "cc: Make tiling interest rect calc based on viewport." This reverts commit 6d84db54a27c036d77b0e4a26d42c158ee4a6add. Reason for revert: This creates perf regression with top-control and viewport resizes on android (creates and deletes extra tiles). TBR=vmpstr@chromium.org BUG=502432 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/0fba32ceb135da0931a4e3b4cd14c07f66634b3a Cr-Commit-Position: refs/heads/master@{#335971}

Patch Set 1 #

Patch Set 2 : revert some follow up perf test code too. #

Total comments: 4

Patch Set 3 : revert extra bools. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+96 lines, -62 lines) Patch
M cc/base/switches.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/base/switches.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/debug/rasterize_and_record_benchmark_impl.cc View 1 chunk +1 line, -2 lines 0 comments Download
M cc/layers/picture_layer_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/picture_layer_impl_perftest.cc View 1 1 chunk +1 line, -8 lines 0 comments Download
M cc/layers/picture_layer_impl_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/tiles/picture_layer_tiling.h View 3 chunks +3 lines, -3 lines 0 comments Download
M cc/tiles/picture_layer_tiling.cc View 1 2 3 chunks +8 lines, -9 lines 0 comments Download
M cc/tiles/picture_layer_tiling_perftest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/tiles/picture_layer_tiling_set.h View 3 chunks +3 lines, -3 lines 0 comments Download
M cc/tiles/picture_layer_tiling_set.cc View 4 chunks +6 lines, -9 lines 0 comments Download
M cc/tiles/picture_layer_tiling_set_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/tiles/picture_layer_tiling_unittest.cc View 8 chunks +9 lines, -6 lines 0 comments Download
M cc/tiles/tile_manager_perftest.cc View 1 2 chunks +1 line, -8 lines 0 comments Download
M cc/tiles/tile_manager_unittest.cc View 3 chunks +5 lines, -7 lines 0 comments Download
M cc/trees/layer_tree_settings.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/layer_tree_settings.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M chrome/app/generated_resources.grd View 1 chunk +18 lines, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 2 chunks +18 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/chrome_restart_request.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/gpu/render_widget_compositor.cc View 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (9 generated)
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1196553009/1
5 years, 6 months ago (2015-06-23 08:48:32 UTC) #2
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. Only full committers are accepted. Even if an ...
5 years, 6 months ago (2015-06-23 08:48:34 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1196553009/1
5 years, 6 months ago (2015-06-23 08:56:06 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_compile_dbg_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/66438)
5 years, 6 months ago (2015-06-23 09:17:34 UTC) #8
sohanjg
On 2015/06/23 09:17:34, commit-bot: I haz the power wrote: > Try jobs failed on following ...
5 years, 6 months ago (2015-06-23 09:43:46 UTC) #10
jdduke (slow)
On 2015/06/23 09:43:46, sohanjg wrote: > On 2015/06/23 09:17:34, commit-bot: I haz the power wrote: ...
5 years, 6 months ago (2015-06-23 14:57:13 UTC) #11
vmpstr
https://codereview.chromium.org/1196553009/diff/20001/cc/tiles/tile_manager_perftest.cc File cc/tiles/tile_manager_perftest.cc (left): https://codereview.chromium.org/1196553009/diff/20001/cc/tiles/tile_manager_perftest.cc#oldcode87 cc/tiles/tile_manager_perftest.cc:87: class LayerTreeSettingsWithLargeInterestArea : public LayerTreeSettings { This was a ...
5 years, 6 months ago (2015-06-23 16:39:47 UTC) #12
sohanjg
Do you want us to go ahead with this revert ? jdduke@ wanted to do ...
5 years, 6 months ago (2015-06-23 17:08:00 UTC) #13
vmpstr
On 2015/06/23 17:08:00, sohanjg wrote: > Do you want us to go ahead with this ...
5 years, 6 months ago (2015-06-23 17:12:04 UTC) #14
jdduke (slow)
On 2015/06/23 17:12:04, vmpstr wrote: > On 2015/06/23 17:08:00, sohanjg wrote: > > Do you ...
5 years, 6 months ago (2015-06-23 23:51:17 UTC) #15
sohanjg
On 2015/06/23 23:51:17, jdduke wrote: > On 2015/06/23 17:12:04, vmpstr wrote: > > On 2015/06/23 ...
5 years, 6 months ago (2015-06-24 05:43:06 UTC) #18
vmpstr
lgtm
5 years, 6 months ago (2015-06-24 18:02:12 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1196553009/80001
5 years, 6 months ago (2015-06-24 18:18:54 UTC) #21
commit-bot: I haz the power
Committed patchset #3 (id:80001)
5 years, 6 months ago (2015-06-24 19:16:46 UTC) #22
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/0fba32ceb135da0931a4e3b4cd14c07f66634b3a Cr-Commit-Position: refs/heads/master@{#335971}
5 years, 6 months ago (2015-06-24 19:17:53 UTC) #23
jdduke (slow)
5 years, 6 months ago (2015-06-24 19:36:24 UTC) #24
Message was sent while issue was closed.
On 2015/06/24 05:43:06, sohanjg wrote:
> Its vmpstr@, not vmiura@ :)
> 
> Please have a look before we commit it. thanks.

Too many vm's =/

Powered by Google App Engine
This is Rietveld 408576698