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

Issue 2071053003: Invalidate as DisplayItemClient when PaintLayer is setNeedsRepaint (Closed)

Created:
4 years, 6 months ago by Xianzhu
Modified:
4 years, 6 months ago
Reviewers:
chrishtr
CC:
ajuma+watch_chromium.org, blink-reviews, blink-reviews-paint_chromium.org, blink-reviews-platform-graphics_chromium.org, Rik, chromium-reviews, danakj+watch_chromium.org, dshwang, drott+blinkwatch_chromium.org, krit, f(malita), jbroman, Justin Novosad, pdr+graphicswatchlist_chromium.org, rwlbuis, Stephen Chennney, slimming-paint-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@TrackObjectInvalidation
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Invalidate as DisplayItemClient when PaintLayer is setNeedsRepaint This is mainly for PaintController to check cache validaty when copying cached subsequence. BUG=609218 Committed: https://crrev.com/72f6d81fceb5bce77d87042b305fe0d3d361e3c7 Cr-Commit-Position: refs/heads/master@{#400606}

Patch Set 1 #

Patch Set 2 : - #

Total comments: 6

Patch Set 3 : Invalidate as DisplayItemClient when PaintLayer is setNeedsRepaint #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -4 lines) Patch
M third_party/WebKit/Source/core/paint/PaintLayer.h View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PaintLayer.cpp View 2 chunks +8 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp View 1 2 2 chunks +4 lines, -2 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 17 (5 generated)
Xianzhu
4 years, 6 months ago (2016-06-17 19:16:59 UTC) #2
chrishtr
Isn't needsRepaint supposed to be orthogonal to DisplayItemClient invalidation? Why isn't it a bug that ...
4 years, 6 months ago (2016-06-18 08:42:07 UTC) #3
Xianzhu
On 2016/06/18 08:42:07, chrishtr wrote: > Isn't needsRepaint supposed to be orthogonal to DisplayItemClient invalidation? ...
4 years, 6 months ago (2016-06-18 17:00:57 UTC) #4
chrishtr
https://codereview.chromium.org/2071053003/diff/20001/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp File third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp (left): https://codereview.chromium.org/2071053003/diff/20001/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp#oldcode318 third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp:318: DCHECK(clientCacheIsValid(newDisplayItem.client()) || (RuntimeEnabledFeatures::slimmingPaintInvalidationEnabled() && !paintOffsetWasInvalidated(newDisplayItem.client()))); Why is this now ...
4 years, 6 months ago (2016-06-18 22:13:55 UTC) #5
Xianzhu
https://codereview.chromium.org/2071053003/diff/20001/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp File third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp (left): https://codereview.chromium.org/2071053003/diff/20001/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp#oldcode318 third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp:318: DCHECK(clientCacheIsValid(newDisplayItem.client()) || (RuntimeEnabledFeatures::slimmingPaintInvalidationEnabled() && !paintOffsetWasInvalidated(newDisplayItem.client()))); On 2016/06/18 22:13:54, chrishtr ...
4 years, 6 months ago (2016-06-18 23:51:25 UTC) #6
chrishtr
lgtm
4 years, 6 months ago (2016-06-19 00:59:46 UTC) #8
commit-bot: I haz the power
This CL has an open dependency (Issue 2051333005 Patch 220001). Please resolve the dependency and ...
4 years, 6 months ago (2016-06-19 00:59:59 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2071053003/40001
4 years, 6 months ago (2016-06-19 02:51:05 UTC) #12
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 6 months ago (2016-06-19 02:54:58 UTC) #13
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/72f6d81fceb5bce77d87042b305fe0d3d361e3c7 Cr-Commit-Position: refs/heads/master@{#400606}
4 years, 6 months ago (2016-06-19 02:56:31 UTC) #15
vasilii
A revert of this CL (patchset #3 id:40001) has been created in https://codereview.chromium.org/2080683002/ by vasilii@chromium.org. ...
4 years, 6 months ago (2016-06-20 10:35:51 UTC) #16
Xianzhu
4 years, 6 months ago (2016-06-20 17:03:53 UTC) #17
Message was sent while issue was closed.
Note that the revert was not successful.

Powered by Google App Engine
This is Rietveld 408576698