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

Issue 27104002: Fix ASSERT failure in RenderGeometryMap. (Closed)

Created:
7 years, 2 months ago by hartmanng
Modified:
7 years, 2 months ago
Reviewers:
Ian Vollick
CC:
blink-reviews, blink-layers+watch_chromium.org, eae+blinkwatch, leviw+renderwatch, jchaffraix+rendering, zoltan1
Visibility:
Public.

Description

Fix ASSERT failure in RenderGeometryMap. This ASSERT is too strong, and doesn't quite reflect the intended behaviour. Invisible layers are skipped when recomputing location in RenderLayer::updateLayerPositionsAfterScroll(), but the ASSERT assumes that even invisible layers should be correctly positioned. This patch changes the ASSERT to more accurately reflect the correct intended behaviour, by skipping invisible layers. BUG=306100 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=159922

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : +test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -7 lines) Patch
A LayoutTests/compositing/overflow/do-not-assert-on-invisible-composited-layers.html View 1 2 1 chunk +31 lines, -0 lines 0 comments Download
A LayoutTests/compositing/overflow/do-not-assert-on-invisible-composited-layers-expected.txt View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/rendering/RenderGeometryMap.cpp View 1 1 chunk +15 lines, -6 lines 0 comments Download
M Source/core/rendering/RenderLayer.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/rendering/RenderLayer.cpp View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
hartmanng
Ian, please take a look.
7 years, 2 months ago (2013-10-15 13:53:19 UTC) #1
Ian Vollick
On 2013/10/15 13:53:19, hartmanng wrote: > Ian, please take a look. lgtm!
7 years, 2 months ago (2013-10-15 14:38:06 UTC) #2
Ian Vollick
On 2013/10/15 14:38:06, Ian Vollick wrote: > On 2013/10/15 13:53:19, hartmanng wrote: > > Ian, ...
7 years, 2 months ago (2013-10-15 14:40:18 UTC) #3
hartmanng
+ layout test PTAL
7 years, 2 months ago (2013-10-17 20:38:38 UTC) #4
Ian Vollick
On 2013/10/17 20:38:38, hartmanng wrote: > + layout test > > PTAL Sweet. Thanks for ...
7 years, 2 months ago (2013-10-17 20:52:35 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hartmanng@chromium.org/27104002/47001
7 years, 2 months ago (2013-10-17 20:58:10 UTC) #6
shawnsingh
On 2013/10/17 20:58:10, I haz the power (commit-bot) wrote: > CQ is trying da patch. ...
7 years, 2 months ago (2013-10-17 21:53:02 UTC) #7
shawnsingh
On 2013/10/17 21:53:02, shawnsingh wrote: > On 2013/10/17 20:58:10, I haz the power (commit-bot) wrote: ...
7 years, 2 months ago (2013-10-17 21:55:23 UTC) #8
commit-bot: I haz the power
7 years, 2 months ago (2013-10-18 01:49:56 UTC) #9
Message was sent while issue was closed.
Change committed as 159922

Powered by Google App Engine
This is Rietveld 408576698