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

Issue 264013002: Allow layers that need squashing to draw into the squashing layer in some cases. (Closed)

Created:
6 years, 7 months ago by chrishtr
Modified:
6 years, 7 months ago
CC:
blink-reviews, blink-reviews-rendering, zoltan1, dsinclair, eae+blinkwatch, leviw+renderwatch, abarth-chromium, blink-layers+watch_chromium.org, jchaffraix+rendering, pdr., rune+blink
Visibility:
Public.

Description

Allow layers that need squashing to draw into the squashing layer in some cases. In particular, allow a layer L to squash if their clipping ancestor differs from the squashing owner, but the clipping ancestor for L is a descendant of a layer that does squash into the squashing owner. BUG=368410 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=173690

Patch Set 1 #

Patch Set 2 : Adjust. #

Total comments: 2

Patch Set 3 : Redo! #

Patch Set 4 : Rebased. #

Patch Set 5 : Simplify. #

Patch Set 6 : Final version, with tests. #

Patch Set 7 : Adjust comments. #

Patch Set 8 : Fixed comments. #

Patch Set 9 : Fix comment. #

Total comments: 2

Patch Set 10 : Added FIXME. #

Messages

Total messages: 8 (0 generated)
abarth-chromium
https://codereview.chromium.org/264013002/diff/20001/Source/core/rendering/RenderLayer.cpp File Source/core/rendering/RenderLayer.cpp (right): https://codereview.chromium.org/264013002/diff/20001/Source/core/rendering/RenderLayer.cpp#newcode1141 Source/core/rendering/RenderLayer.cpp:1141: for (const RenderLayer* curr = this; curr; curr = ...
6 years, 7 months ago (2014-05-05 21:37:39 UTC) #1
chrishtr
https://codereview.chromium.org/264013002/diff/20001/Source/core/rendering/RenderLayer.cpp File Source/core/rendering/RenderLayer.cpp (right): https://codereview.chromium.org/264013002/diff/20001/Source/core/rendering/RenderLayer.cpp#newcode1141 Source/core/rendering/RenderLayer.cpp:1141: for (const RenderLayer* curr = this; curr; curr = ...
6 years, 7 months ago (2014-05-05 21:58:50 UTC) #2
chrishtr
6 years, 7 months ago (2014-05-08 20:18:39 UTC) #3
Ian Vollick
This seems reasonable. lgtm if the bots are happy. https://codereview.chromium.org/264013002/diff/150001/Source/core/rendering/compositing/CompositedLayerMapping.cpp File Source/core/rendering/compositing/CompositedLayerMapping.cpp (right): https://codereview.chromium.org/264013002/diff/150001/Source/core/rendering/compositing/CompositedLayerMapping.cpp#newcode1864 Source/core/rendering/compositing/CompositedLayerMapping.cpp:1864: ...
6 years, 7 months ago (2014-05-08 20:56:18 UTC) #4
chrishtr
https://codereview.chromium.org/264013002/diff/150001/Source/core/rendering/compositing/CompositedLayerMapping.cpp File Source/core/rendering/compositing/CompositedLayerMapping.cpp (right): https://codereview.chromium.org/264013002/diff/150001/Source/core/rendering/compositing/CompositedLayerMapping.cpp#newcode1864 Source/core/rendering/compositing/CompositedLayerMapping.cpp:1864: ClipRectsContext clipRectsContext(ancestorPaintInfo->renderLayer, TemporaryClipRects); On 2014/05/08 20:56:19, Ian Vollick wrote: ...
6 years, 7 months ago (2014-05-08 20:58:15 UTC) #5
chrishtr
The CQ bit was checked by chrishtr@chromium.org
6 years, 7 months ago (2014-05-08 20:59:12 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/chrishtr@chromium.org/264013002/170001
6 years, 7 months ago (2014-05-08 21:00:59 UTC) #7
commit-bot: I haz the power
6 years, 7 months ago (2014-05-08 22:18:11 UTC) #8
Message was sent while issue was closed.
Change committed as 173690

Powered by Google App Engine
This is Rietveld 408576698