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

Issue 2645963003: Use control clip rather than overflow clip when present for PaintLayers. (Closed)

Created:
3 years, 11 months ago by chrishtr
Modified:
3 years, 11 months ago
Reviewers:
pdr.
CC:
blink-reviews, blink-reviews-paint_chromium.org, chromium-reviews, dshwang
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Use control clip rather than overflow clip when present for PaintLayers. BUG=682574 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2645963003 Cr-Commit-Position: refs/heads/master@{#445182} Committed: https://chromium.googlesource.com/chromium/src/+/b281bde16d4878454ed00e1335c80100c414a920

Patch Set 1 #

Total comments: 2

Patch Set 2 : none #

Patch Set 3 : none #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -5 lines) Patch
M third_party/WebKit/LayoutTests/TestExpectations View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp View 1 3 chunks +15 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PaintLayerClipperTest.cpp View 1 2 1 chunk +31 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (13 generated)
chrishtr
3 years, 11 months ago (2017-01-20 19:13:56 UTC) #8
pdr.
LGTM https://codereview.chromium.org/2645963003/diff/1/third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp File third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp (right): https://codereview.chromium.org/2645963003/diff/1/third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp#newcode98 third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp:98: ClipRect newOverflowClip = overflowOrControlClip( Can you make the ...
3 years, 11 months ago (2017-01-20 19:17:35 UTC) #9
pdr.
LGTM https://codereview.chromium.org/2645963003/diff/1/third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp File third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp (right): https://codereview.chromium.org/2645963003/diff/1/third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp#newcode98 third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp:98: ClipRect newOverflowClip = overflowOrControlClip( Can you make the ...
3 years, 11 months ago (2017-01-20 19:17:36 UTC) #10
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/2645963003/40001
3 years, 11 months ago (2017-01-20 19:43:45 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: linux_layout_tests_slimming_paint_v2 on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL)
3 years, 11 months ago (2017-01-20 21:45:06 UTC) #15
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/2645963003/40001
3 years, 11 months ago (2017-01-20 22:13:04 UTC) #17
commit-bot: I haz the power
Committed patchset #3 (id:40001) as https://chromium.googlesource.com/chromium/src/+/b281bde16d4878454ed00e1335c80100c414a920
3 years, 11 months ago (2017-01-20 22:18:30 UTC) #20
chrishtr
3 years, 11 months ago (2017-01-20 22:51:10 UTC) #21
Message was sent while issue was closed.
https://codereview.chromium.org/2645963003/diff/1/third_party/WebKit/Source/c...
File third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp (right):

https://codereview.chromium.org/2645963003/diff/1/third_party/WebKit/Source/c...
third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp:98: ClipRect
newOverflowClip = overflowOrControlClip(
On 2017/01/20 at 19:17:36, pdr. wrote:
> Can you make the same change in PaintPropertyTreeBuilder::updateOverflowClip?

Added a TODO. Will do this in another CL because this fixes an M57 regression
and so needs
to be cherrypicked.

Powered by Google App Engine
This is Rietveld 408576698