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

Issue 555643002: cc: Changed ComputeExpansionDelta to never return a delta less than zero (Closed)

Created:
6 years, 3 months ago by hendrikw
Modified:
6 years, 3 months ago
Reviewers:
danakj, tfarina, vmpstr
CC:
chromium-reviews, cc-bugs_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

cc: Changed ComputeExpansionDelta to never return a delta less than zero. The eventually rect was returning as smaller than the visible rect, which caused tiles to be dropped. Returning a delta larger or equal to zero fixes it. BUG=407776 Committed: https://crrev.com/37974aa8d0c136e8bc1c015092540989a8b7f4b1 Cr-Commit-Position: refs/heads/master@{#294091}

Patch Set 1 #

Patch Set 2 : remove cast to int #

Patch Set 3 : fix comment #

Patch Set 4 : remove commented out code #

Total comments: 3

Patch Set 5 : Fix for review comments #

Patch Set 6 : Delete unused function #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -39 lines) Patch
M cc/resources/picture_layer_tiling.cc View 1 2 3 4 1 chunk +5 lines, -3 lines 0 comments Download
M cc/resources/picture_layer_tiling_unittest.cc View 1 2 3 4 5 2 chunks +5 lines, -36 lines 0 comments Download

Messages

Total messages: 19 (4 generated)
hendrikw
Please review. It was possible for the eventually rect was becoming smaller than the visible ...
6 years, 3 months ago (2014-09-09 00:17:50 UTC) #2
vmpstr
lgtm % danakj
6 years, 3 months ago (2014-09-09 00:29:48 UTC) #3
tfarina
Please, do not land this before improving the CL description. Just saying "Fix for issue ...
6 years, 3 months ago (2014-09-09 00:32:48 UTC) #4
tfarina
On 2014/09/09 00:32:48, tfarina wrote: > Please, do not land this before improving the CL ...
6 years, 3 months ago (2014-09-09 00:41:02 UTC) #5
danakj
One question: This shrinking was done to keep the number of tiles from exploding during ...
6 years, 3 months ago (2014-09-09 15:52:04 UTC) #6
vmpstr
On 2014/09/09 15:52:04, danakj wrote: > One question: This shrinking was done to keep the ...
6 years, 3 months ago (2014-09-09 16:08:20 UTC) #7
hendrikw
Fixes for review comments
6 years, 3 months ago (2014-09-09 16:22:38 UTC) #8
danakj
On 2014/09/09 16:08:20, vmpstr wrote: > On 2014/09/09 15:52:04, danakj wrote: > > One question: ...
6 years, 3 months ago (2014-09-09 16:52:04 UTC) #9
hendrikw
On 2014/09/09 16:52:04, danakj wrote: > On 2014/09/09 16:08:20, vmpstr wrote: > > On 2014/09/09 ...
6 years, 3 months ago (2014-09-09 23:57:23 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hendrikw@chromium.org/555643002/80001
6 years, 3 months ago (2014-09-10 00:07:06 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_arm64_dbg_recipe/builds/3465) android_chromium_gn_compile_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_rel/builds/13901) android_clang_dbg_recipe ...
6 years, 3 months ago (2014-09-10 01:08:43 UTC) #14
hendrikw
Thankfully it seems I didn't delete enough code to make the android build happy. Deleted ...
6 years, 3 months ago (2014-09-10 01:44:31 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hendrikw@chromium.org/555643002/100001
6 years, 3 months ago (2014-09-10 01:48:35 UTC) #17
commit-bot: I haz the power
Committed patchset #6 (id:100001) as cb2232f8f49f6b9ca4becb2d1da5acc351ff8694
6 years, 3 months ago (2014-09-10 03:29:34 UTC) #18
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:58:46 UTC) #19
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/37974aa8d0c136e8bc1c015092540989a8b7f4b1
Cr-Commit-Position: refs/heads/master@{#294091}

Powered by Google App Engine
This is Rietveld 408576698