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

Issue 443773002: Delete UpdateLayerPositionsFlags (Closed)

Created:
6 years, 4 months ago by abarth-chromium
Modified:
6 years, 4 months ago
Reviewers:
esprehn
CC:
blink-layers+watch_chromium.org, blink-reviews, blink-reviews-rendering, eae+blinkwatch, eseidel, jchaffraix+rendering, leviw+renderwatch, mstensho (USE GERRIT), pdr., rune+blink, zoltan1
Project:
blink
Visibility:
Public.

Description

Delete UpdateLayerPositionsFlags This CL removes the last "flag" from update layer positions. I've also factored the pagination update out into a separate walk. We should actually defer this walk until we actually want to paint because paint is the primary (only?) consumer of this information. There doesn't appear to be a reason to update it eagerly after every layout. R=esprehn@chromium.org BUG=382548 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179657

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -55 lines) Patch
M Source/core/frame/FrameView.cpp View 2 chunks +1 line, -9 lines 0 comments Download
M Source/core/rendering/RenderLayer.h View 3 chunks +3 lines, -9 lines 0 comments Download
M Source/core/rendering/RenderLayer.cpp View 6 chunks +39 lines, -33 lines 2 comments Download
M Source/core/rendering/RenderLayerModelObject.cpp View 1 chunk +2 lines, -4 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
abarth-chromium
6 years, 4 months ago (2014-08-05 22:30:30 UTC) #1
esprehn
https://codereview.chromium.org/443773002/diff/1/Source/core/rendering/RenderLayer.cpp File Source/core/rendering/RenderLayer.cpp (right): https://codereview.chromium.org/443773002/diff/1/Source/core/rendering/RenderLayer.cpp#newcode284 Source/core/rendering/RenderLayer.cpp:284: updateDescendantDependentFlags(); Note that this (in the worst case) walks ...
6 years, 4 months ago (2014-08-05 23:24:57 UTC) #2
abarth-chromium
https://codereview.chromium.org/443773002/diff/1/Source/core/rendering/RenderLayer.cpp File Source/core/rendering/RenderLayer.cpp (right): https://codereview.chromium.org/443773002/diff/1/Source/core/rendering/RenderLayer.cpp#newcode284 Source/core/rendering/RenderLayer.cpp:284: updateDescendantDependentFlags(); By |this|, do you mean updateDescendantDependentFlags specifically or ...
6 years, 4 months ago (2014-08-05 23:28:54 UTC) #3
esprehn
Yeah I know none of it is new, I was just commenting that this thing ...
6 years, 4 months ago (2014-08-05 23:34:44 UTC) #4
abarth-chromium
On 2014/08/05 at 23:34:44, esprehn wrote: > Yeah I know none of it is new, ...
6 years, 4 months ago (2014-08-05 23:37:49 UTC) #5
esprehn
lgtm
6 years, 4 months ago (2014-08-06 17:12:46 UTC) #6
abarth-chromium
The CQ bit was checked by abarth@chromium.org
6 years, 4 months ago (2014-08-06 20:00:34 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/443773002/1
6 years, 4 months ago (2014-08-06 20:02:26 UTC) #8
commit-bot: I haz the power
6 years, 4 months ago (2014-08-06 21:32:13 UTC) #9
Message was sent while issue was closed.
Change committed as 179657

Powered by Google App Engine
This is Rietveld 408576698