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

Issue 271753002: Remove compositing trigger for will-change: top (and similar) (Closed)

Created:
6 years, 7 months ago by abarth-chromium
Modified:
6 years, 7 months ago
Reviewers:
ajuma, esprehn
CC:
ojan, blink-reviews, blink-reviews-rendering, zoltan1, eae+blinkwatch, leviw+renderwatch, jchaffraix+rendering, pdr., rune+blink, nduca
Visibility:
Public.

Description

Remove compositing trigger for will-change: top (and similar) We can't use will-change: top (and similar) as a compositing trigger because it changes the paint order by giving the RenderObject a RenderLayer of type NormalLayer. That will cause us to paint incorrectly. In a future CL, we could consider this property as a compositing hint if the RenderObject already has a self-painting RenderLayer. However, let's first restore correctness in the system before making that change. R=esprehn@chromium.org BUG=370604 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=173574

Patch Set 1 #

Patch Set 2 : Remove from layerTypeRequired logic #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -55 lines) Patch
M LayoutTests/compositing/will-change/composited-layers.html View 1 chunk +5 lines, -5 lines 0 comments Download
M LayoutTests/compositing/will-change/composited-layers-expected.txt View 2 chunks +1 line, -43 lines 0 comments Download
M Source/core/rendering/RenderBox.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderTableRow.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/style/RenderStyle.cpp View 1 chunk +0 lines, -5 lines 2 comments Download

Messages

Total messages: 10 (0 generated)
abarth-chromium
6 years, 7 months ago (2014-05-07 19:43:06 UTC) #1
abarth-chromium
6 years, 7 months ago (2014-05-07 19:53:16 UTC) #2
ajuma
https://codereview.chromium.org/271753002/diff/20001/Source/core/rendering/style/RenderStyle.cpp File Source/core/rendering/style/RenderStyle.cpp (left): https://codereview.chromium.org/271753002/diff/20001/Source/core/rendering/style/RenderStyle.cpp#oldcode876 Source/core/rendering/style/RenderStyle.cpp:876: case CSSPropertyWebkitFilter: Are these removals still needed for correctness ...
6 years, 7 months ago (2014-05-07 20:16:43 UTC) #3
abarth-chromium
https://codereview.chromium.org/271753002/diff/20001/Source/core/rendering/style/RenderStyle.cpp File Source/core/rendering/style/RenderStyle.cpp (left): https://codereview.chromium.org/271753002/diff/20001/Source/core/rendering/style/RenderStyle.cpp#oldcode876 Source/core/rendering/style/RenderStyle.cpp:876: case CSSPropertyWebkitFilter: On 2014/05/07 20:16:43, ajuma wrote: > Are ...
6 years, 7 months ago (2014-05-07 20:19:59 UTC) #4
ajuma
On 2014/05/07 20:19:59, abarth wrote: > https://codereview.chromium.org/271753002/diff/20001/Source/core/rendering/style/RenderStyle.cpp > File Source/core/rendering/style/RenderStyle.cpp (left): > > https://codereview.chromium.org/271753002/diff/20001/Source/core/rendering/style/RenderStyle.cpp#oldcode876 > ...
6 years, 7 months ago (2014-05-07 21:01:03 UTC) #5
abarth-chromium
The CQ bit was checked by abarth@chromium.org
6 years, 7 months ago (2014-05-07 21:01:15 UTC) #6
abarth-chromium
Thanks!
6 years, 7 months ago (2014-05-07 21:01:21 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/abarth@chromium.org/271753002/20001
6 years, 7 months ago (2014-05-07 21:02:10 UTC) #8
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-07 22:16:10 UTC) #9
commit-bot: I haz the power
6 years, 7 months ago (2014-05-07 23:14:49 UTC) #10
Message was sent while issue was closed.
Change committed as 173574

Powered by Google App Engine
This is Rietveld 408576698