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

Issue 647903002: Remove RenderObject::checkForPaintInvalidation() (Closed)

Created:
6 years, 2 months ago by Xianzhu
Modified:
6 years, 2 months ago
CC:
blink-reviews, blink-reviews-rendering, eae+blinkwatch, jchaffraix+rendering, leviw+renderwatch, pdr+renderingwatchlist_chromium.org, rune+blink, zoltan1
Project:
blink
Visibility:
Public.

Description

Remove RenderObject::checkForPaintInvalidation() It was used during layout to avoid unnecessary local invalidations. However, with RACUN we set flag instead of issuing invalidation during layout, making the local invalidation optimization unnecessary. Also the name is confusing with shouldCheckForPaintInvalidation(). Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183679

Patch Set 1 #

Total comments: 2

Patch Set 2 : For landing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -19 lines) Patch
M Source/core/rendering/RenderBlockFlow.cpp View 1 2 chunks +2 lines, -6 lines 0 comments Download
M Source/core/rendering/RenderBlockLineLayout.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M Source/core/rendering/RenderObject.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderObject.cpp View 1 chunk +0 lines, -5 lines 0 comments Download
M Source/core/rendering/RenderTableRow.cpp View 1 chunk +1 line, -3 lines 0 comments Download
M Source/core/rendering/RenderTableSection.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 10 (4 generated)
Julien - ping for review
lgtm. This change is correct as the layouts' before the first frame invalidations are going ...
6 years, 2 months ago (2014-10-13 21:26:54 UTC) #2
Xianzhu
https://codereview.chromium.org/647903002/diff/1/Source/core/rendering/RenderBlockFlow.cpp File Source/core/rendering/RenderBlockFlow.cpp (right): https://codereview.chromium.org/647903002/diff/1/Source/core/rendering/RenderBlockFlow.cpp#newcode672 Source/core/rendering/RenderBlockFlow.cpp:672: // If the child moved, we have to invalidate ...
6 years, 2 months ago (2014-10-13 21:35:37 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/647903002/160001
6 years, 2 months ago (2014-10-13 21:36:12 UTC) #5
commit-bot: I haz the power
Try jobs failed on following builders: win_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/win_blink_rel/builds/31582)
6 years, 2 months ago (2014-10-14 00:35:39 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/647903002/160001
6 years, 2 months ago (2014-10-14 15:55:58 UTC) #9
commit-bot: I haz the power
6 years, 2 months ago (2014-10-14 16:44:35 UTC) #10
Message was sent while issue was closed.
Committed patchset #2 (id:160001) as 183679

Powered by Google App Engine
This is Rietveld 408576698