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

Issue 1199413006: Switch DPLStackingNode to use LayoutBoxModelObject (Closed)

Created:
5 years, 5 months ago by Julien - ping for review
Modified:
5 years, 5 months ago
Reviewers:
dsinclair, pdr., chrishtr
CC:
blink-reviews, blink-reviews-paint_chromium.org, dshwang, slimming-paint-reviews_chromium.org
Target Ref:
refs/remotes/origin/master
Project:
blink
Visibility:
Public.

Description

Switch DPLStackingNode to use LayoutBoxModelObject DeprecatedPaintLayerStackingNode was using DeprecatedPaintLayer internally. DeprecatedPaintLayer is the wrong abstraction to build our concept of stacking context on top of so this change switches DPLStackingNode to use LayoutBoxModelObject instead. This means that we will potentially walk the tree more (as we don't use the sparse-ish DeprecatedPaintLayer tree) but it brings DPLStackingNode closer to the concept of a "stacking context". BUG=504125 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197785

Patch Set 1 #

Total comments: 4

Patch Set 2 : Removed extra 'make' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -61 lines) Patch
M Source/core/paint/DeprecatedPaintLayer.h View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/paint/DeprecatedPaintLayer.cpp View 2 chunks +1 line, -7 lines 0 comments Download
M Source/core/paint/DeprecatedPaintLayerStackingNode.h View 5 chunks +9 lines, -8 lines 0 comments Download
M Source/core/paint/DeprecatedPaintLayerStackingNode.cpp View 1 9 chunks +52 lines, -44 lines 0 comments Download

Messages

Total messages: 9 (4 generated)
Julien - ping for review
Moar DeprecatedPaintLayerStackingNode simplification
5 years, 5 months ago (2015-06-24 16:56:55 UTC) #2
dsinclair
lgtm w/ nits https://codereview.chromium.org/1199413006/diff/1/Source/core/paint/DeprecatedPaintLayerStackingNode.cpp File Source/core/paint/DeprecatedPaintLayerStackingNode.cpp (right): https://codereview.chromium.org/1199413006/diff/1/Source/core/paint/DeprecatedPaintLayerStackingNode.cpp#newcode158 Source/core/paint/DeprecatedPaintLayerStackingNode.cpp:158: // stacking context. However we can't ...
5 years, 5 months ago (2015-06-24 19:40:50 UTC) #3
Julien - ping for review
+Chris as an FYI https://codereview.chromium.org/1199413006/diff/1/Source/core/paint/DeprecatedPaintLayerStackingNode.cpp File Source/core/paint/DeprecatedPaintLayerStackingNode.cpp (right): https://codereview.chromium.org/1199413006/diff/1/Source/core/paint/DeprecatedPaintLayerStackingNode.cpp#newcode158 Source/core/paint/DeprecatedPaintLayerStackingNode.cpp:158: // stacking context. However we ...
5 years, 5 months ago (2015-06-24 21:40:00 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1199413006/20001
5 years, 5 months ago (2015-06-24 23:29:01 UTC) #8
commit-bot: I haz the power
5 years, 5 months ago (2015-06-24 23:32:19 UTC) #9
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=197785

Powered by Google App Engine
This is Rietveld 408576698