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

Issue 331653004: Delete RenderLayer::updateLayerPositionsAfterDocumentScroll (Closed)

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

Description

Delete RenderLayer::updateLayerPositionsAfterDocumentScroll This CL deletes RenderLayer::updateLayerPositionsAfterDocumentScroll and unwinds all the complexity it created. Now that we're always passing IsOverflowScroll, we can remove all the other flags for deciding when to clear the clip cache. Also, now we always start the walk at RenderLayers that would trigger HasSeenAncestorWithOverflowClip, so we can just assume that flag is set. That means there are no flags left! Also, finally delete RenderLayerClipper::clearClipRects. Now everyone clears all the descendant clip rects too. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=177144

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -61 lines) Patch
M Source/core/frame/FrameView.cpp View 1 chunk +1 line, -3 lines 0 comments Download
M Source/core/rendering/RenderLayer.h View 2 chunks +1 line, -10 lines 0 comments Download
M Source/core/rendering/RenderLayer.cpp View 3 chunks +9 lines, -42 lines 0 comments Download
M Source/core/rendering/RenderLayerClipper.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/rendering/RenderLayerClipper.cpp View 1 chunk +0 lines, -5 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
abarth-chromium
6 years, 5 months ago (2014-06-27 20:25:05 UTC) #1
eseidel
Lgtm On Friday, June 27, 2014, <abarth@chromium.org> wrote: > Reviewers: , > > Description: > ...
6 years, 5 months ago (2014-06-27 20:36:25 UTC) #2
abarth-chromium
The CQ bit was checked by abarth@chromium.org
6 years, 5 months ago (2014-06-27 20:37:44 UTC) #3
eseidel
lgtm
6 years, 5 months ago (2014-06-27 20:38:19 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/abarth@chromium.org/331653004/1
6 years, 5 months ago (2014-06-27 20:39:15 UTC) #5
commit-bot: I haz the power
6 years, 5 months ago (2014-06-27 21:53:36 UTC) #6
Message was sent while issue was closed.
Change committed as 177144

Powered by Google App Engine
This is Rietveld 408576698