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

Issue 2364103003: Switch RootLayerScrolls to use root transform and scroll properties (Closed)

Created:
4 years, 2 months ago by pdr.
Modified:
4 years, 2 months ago
Reviewers:
chrishtr, szager1, trchen
CC:
ajuma+watch_chromium.org, blink-reviews, blink-reviews-paint_chromium.org, blink-reviews-platform-graphics_chromium.org, Rik, chromium-reviews, danakj+watch_chromium.org, dshwang, drott+blinkwatch_chromium.org, krit, f(malita), jbroman, Justin Novosad, pdr+graphicswatchlist_chromium.org, rwlbuis, Stephen Chennney, slimming-paint-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Switch RootLayerScrolls to use root transform and scroll properties This is a followup to [1] to start using the root transform and scroll properties with root layer scrolling enabled. With this patch, the RLS/non-RLS property trees are no longer different. A real codechange in this patch is to not create a scroll translation for the FrameView unless it actually scrolls. This matches the logic used for adding LayoutView scroll translation properties. [1] https://crrev.com/a518f5340802393f8bdaa6b3d376dc5482049351 BUG=645615 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Committed: https://crrev.com/0abd71cfec612222822a4e4a1bb0bc89e937a9ce Cr-Commit-Position: refs/heads/master@{#421085}

Patch Set 1 #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -43 lines) Patch
M third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp View 8 chunks +17 lines, -20 lines 6 comments Download
M third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp View 17 chunks +34 lines, -21 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/ScrollPaintPropertyNode.h View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/TransformPaintPropertyNode.h View 2 chunks +5 lines, -2 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 23 (12 generated)
pdr.
4 years, 2 months ago (2016-09-26 16:51:03 UTC) #7
chrishtr
https://codereview.chromium.org/2364103003/diff/1/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp File third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp (right): https://codereview.chromium.org/2364103003/diff/1/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp#newcode482 third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp:482: // Fixed position transform and scroll nodes should not ...
4 years, 2 months ago (2016-09-26 18:02:29 UTC) #8
pdr.
https://codereview.chromium.org/2364103003/diff/1/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp File third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp (right): https://codereview.chromium.org/2364103003/diff/1/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp#newcode482 third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp:482: // Fixed position transform and scroll nodes should not ...
4 years, 2 months ago (2016-09-26 19:42:50 UTC) #9
szager1
https://codereview.chromium.org/2364103003/diff/1/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp File third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp (right): https://codereview.chromium.org/2364103003/diff/1/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp#newcode143 third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp:143: DoubleSize scrollOffset = frameView.scrollOffsetDouble(); DoubleSize scrollOffset = frameView.layoutViewportScrollableArea()->scrollOffsetDouble(); https://codereview.chromium.org/2364103003/diff/1/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp#newcode445 ...
4 years, 2 months ago (2016-09-26 19:57:54 UTC) #10
pdr.
https://codereview.chromium.org/2364103003/diff/1/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp File third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp (right): https://codereview.chromium.org/2364103003/diff/1/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp#newcode143 third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp:143: DoubleSize scrollOffset = frameView.scrollOffsetDouble(); On 2016/09/26 at 19:57:54, szager1 ...
4 years, 2 months ago (2016-09-26 20:30:56 UTC) #11
chrishtr
lgtm LGTM % szager
4 years, 2 months ago (2016-09-26 20:33:43 UTC) #12
szager1
lgtm, fire away
4 years, 2 months ago (2016-09-26 21:09:55 UTC) #13
pdr.
On 2016/09/26 at 21:09:55, szager wrote: > lgtm, fire away Thanks for the reviews! In ...
4 years, 2 months ago (2016-09-26 21:24:10 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2364103003/1
4 years, 2 months ago (2016-09-27 01:06:52 UTC) #18
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 2 months ago (2016-09-27 02:43:25 UTC) #19
commit-bot: I haz the power
4 years, 2 months ago (2016-09-27 02:46:17 UTC) #21
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/0abd71cfec612222822a4e4a1bb0bc89e937a9ce
Cr-Commit-Position: refs/heads/master@{#421085}

Powered by Google App Engine
This is Rietveld 408576698