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

Issue 1895443003: Mark foregroundLayer under scrollingContentsLayer GraphicsLayerPaintOverflowContents (Closed)

Created:
4 years, 8 months ago by Xianzhu
Modified:
4 years, 8 months ago
CC:
blink-layers+watch_chromium.org, blink-reviews, blink-reviews-layout_chromium.org, blink-reviews-platform-graphics_chromium.org, Rik, chromium-reviews, danakj+watch_chromium.org, dshwang, drott+blinkwatch_chromium.org, krit, eae+blinkwatch, f(malita), jbroman, jchaffraix+rendering, Justin Novosad, kinuko+watch, leviw+renderwatch, pdr+graphicswatchlist_chromium.org, pdr+renderingwatchlist_chromium.org, rwlbuis, Stephen Chennney, szager+layoutwatch_chromium.org, zoltan1
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Mark foregroundLayer under scrollingContentsLayer GraphicsLayerPaintOverflowContents Missing the flag made contents of foregroundLayer under scrollingContentsLayer incorrectly applied overflow clip, causing checkboarding during composited scrolling. BUG=599682 Committed: https://crrev.com/9b8e5d585a1a1f61b7afee8353e346f7764cecd2 Cr-Commit-Position: refs/heads/master@{#388000}

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -1 line) Patch
M third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp View 1 2 3 2 chunks +6 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/compositing/CompositedLayerMappingTest.cpp View 1 chunk +25 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/GraphicsLayer.h View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 14 (4 generated)
Xianzhu
4 years, 8 months ago (2016-04-15 19:24:15 UTC) #2
Ian Vollick
On 2016/04/15 19:24:15, Xianzhu wrote: lgtm!
4 years, 8 months ago (2016-04-16 00:29:03 UTC) #3
aelias_OOO_until_Jul13
https://codereview.chromium.org/1895443003/diff/1/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp File third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp (right): https://codereview.chromium.org/1895443003/diff/1/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp#newcode1147 third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp:1147: m_foregroundLayer->setPaintingPhase(m_foregroundLayer->paintingPhase() & ~GraphicsLayerPaintOverflowContents); The bit-setting/clearing logic is a bit ...
4 years, 8 months ago (2016-04-16 00:33:19 UTC) #4
Xianzhu
https://codereview.chromium.org/1895443003/diff/1/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp File third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp (right): https://codereview.chromium.org/1895443003/diff/1/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp#newcode1147 third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp:1147: m_foregroundLayer->setPaintingPhase(m_foregroundLayer->paintingPhase() & ~GraphicsLayerPaintOverflowContents); On 2016/04/16 00:33:19, aelias wrote: > ...
4 years, 8 months ago (2016-04-16 22:07:36 UTC) #5
aelias_OOO_until_Jul13
https://codereview.chromium.org/1895443003/diff/1/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp File third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp (right): https://codereview.chromium.org/1895443003/diff/1/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp#newcode1147 third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp:1147: m_foregroundLayer->setPaintingPhase(m_foregroundLayer->paintingPhase() & ~GraphicsLayerPaintOverflowContents); On 2016/04/16 at 22:07:36, Xianzhu wrote: ...
4 years, 8 months ago (2016-04-18 17:09:41 UTC) #6
Xianzhu
https://codereview.chromium.org/1895443003/diff/1/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp File third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp (right): https://codereview.chromium.org/1895443003/diff/1/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp#newcode1147 third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp:1147: m_foregroundLayer->setPaintingPhase(m_foregroundLayer->paintingPhase() & ~GraphicsLayerPaintOverflowContents); On 2016/04/18 17:09:41, aelias wrote: > ...
4 years, 8 months ago (2016-04-18 18:06:47 UTC) #7
aelias_OOO_until_Jul13
lgtm, thanks!
4 years, 8 months ago (2016-04-18 18:11:24 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1895443003/50001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1895443003/50001
4 years, 8 months ago (2016-04-18 18:28:23 UTC) #11
commit-bot: I haz the power
Committed patchset #4 (id:50001)
4 years, 8 months ago (2016-04-18 20:27:02 UTC) #12
commit-bot: I haz the power
4 years, 8 months ago (2016-04-18 20:28:31 UTC) #14
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/9b8e5d585a1a1f61b7afee8353e346f7764cecd2
Cr-Commit-Position: refs/heads/master@{#388000}

Powered by Google App Engine
This is Rietveld 408576698