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

Issue 2268773002: Support css clip on fixed-position GeometryMapper (Closed)

Created:
4 years, 4 months ago by Xianzhu
Modified:
4 years, 4 months ago
Reviewers:
chrishtr
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
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Support css clip on fixed-position GeometryMapper Previously in GeometryMapper::mapToVisualRectInDestinationSpace(), if the fast path localToVisualRectToAncestorSpace() doesn't work because the transform node of destinationSpace is not an ancestor of the transform node of sourceState, we fallback to the slow path which previously didn't support clip. Now support clip if possible in the slow path. BUG=638386 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Committed: https://crrev.com/7b7daf557bcc65228cb1431dc3f9f9b8547fd9c9 Cr-Commit-Position: refs/heads/master@{#413652}

Patch Set 1 #

Patch Set 2 : - #

Patch Set 3 : Support css clip on fixed-position GeometryMapper #

Total comments: 6

Patch Set 4 : Address comments #

Patch Set 5 : - #

Unified diffs Side-by-side diffs Delta from patch set Stats (+227 lines, -124 lines) Patch
M third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp View 1 2 49 chunks +111 lines, -104 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.h View 4 chunks +18 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.cpp View 1 2 3 4 7 chunks +48 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/GeometryMapperTest.cpp View 1 2 3 1 chunk +50 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (12 generated)
Xianzhu
4 years, 4 months ago (2016-08-22 21:50:17 UTC) #5
chrishtr
https://codereview.chromium.org/2268773002/diff/40001/third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.cpp File third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.cpp (left): https://codereview.chromium.org/2268773002/diff/40001/third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.cpp#oldcode147 third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.cpp:147: bool success = false; Why remove this line? Reset ...
4 years, 4 months ago (2016-08-22 22:27:32 UTC) #8
Xianzhu
https://codereview.chromium.org/2268773002/diff/40001/third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.cpp File third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.cpp (left): https://codereview.chromium.org/2268773002/diff/40001/third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.cpp#oldcode147 third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.cpp:147: bool success = false; On 2016/08/22 22:27:31, chrishtr wrote: ...
4 years, 4 months ago (2016-08-22 23:30:20 UTC) #9
chrishtr
lgtm
4 years, 4 months ago (2016-08-22 23:45:16 UTC) #12
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/2268773002/80001
4 years, 4 months ago (2016-08-23 03:07:50 UTC) #16
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 4 months ago (2016-08-23 03:12:16 UTC) #17
commit-bot: I haz the power
4 years, 4 months ago (2016-08-23 03:18:07 UTC) #19
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/7b7daf557bcc65228cb1431dc3f9f9b8547fd9c9
Cr-Commit-Position: refs/heads/master@{#413652}

Powered by Google App Engine
This is Rietveld 408576698