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

Issue 1976413002: cc : Fix damage rect bug caused by deletion of render surface (Closed)

Created:
4 years, 7 months ago by jaydasika
Modified:
4 years, 7 months ago
Reviewers:
danakj, ajuma, weiliangc
CC:
chromium-reviews, cc-bugs_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

cc : Fix damage rect bug caused by deletion of render surface The damage tracker tracks if a layer contributed as a layer or surface and when a surface is removed, it is added to the damage rect. BUG=611230 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/cf22376f77a6c31d4f144f00826b687864031d46 Cr-Commit-Position: refs/heads/master@{#393966}

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+113 lines, -31 lines) Patch
M cc/layers/texture_layer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/damage_tracker.h View 1 2 2 chunks +29 lines, -7 lines 0 comments Download
M cc/trees/damage_tracker.cc View 1 2 6 chunks +65 lines, -23 lines 0 comments Download
M cc/trees/damage_tracker_unittest.cc View 1 1 chunk +18 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (5 generated)
jaydasika
The modified test passes with this patch. I will add another proper test, sending it ...
4 years, 7 months ago (2016-05-13 23:54:58 UTC) #3
ajuma
https://codereview.chromium.org/1976413002/diff/1/cc/trees/damage_tracker.h File cc/trees/damage_tracker.h (right): https://codereview.chromium.org/1976413002/diff/1/cc/trees/damage_tracker.h#newcode67 cc/trees/damage_tracker.h:67: RectMapData() : layer_id_(0), mailboxId_(0), is_render_surface_(false) {} How about splitting ...
4 years, 7 months ago (2016-05-16 15:16:21 UTC) #4
jaydasika
https://codereview.chromium.org/1976413002/diff/1/cc/trees/damage_tracker.h File cc/trees/damage_tracker.h (right): https://codereview.chromium.org/1976413002/diff/1/cc/trees/damage_tracker.h#newcode67 cc/trees/damage_tracker.h:67: RectMapData() : layer_id_(0), mailboxId_(0), is_render_surface_(false) {} On 2016/05/16 15:16:21, ...
4 years, 7 months ago (2016-05-16 19:32:49 UTC) #6
ajuma
Thanks, lgtm
4 years, 7 months ago (2016-05-16 21:33:12 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1976413002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1976413002/60001
4 years, 7 months ago (2016-05-16 22:56:16 UTC) #9
commit-bot: I haz the power
Committed patchset #3 (id:60001)
4 years, 7 months ago (2016-05-16 23:02:21 UTC) #10
commit-bot: I haz the power
4 years, 7 months ago (2016-05-16 23:03:58 UTC) #12
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/cf22376f77a6c31d4f144f00826b687864031d46
Cr-Commit-Position: refs/heads/master@{#393966}

Powered by Google App Engine
This is Rietveld 408576698