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

Issue 2893893003: Some simple cleanup in PaintPropertyTreeBuilder. (Closed)

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

Description

Some simple cleanup in PaintPropertyTreeBuilder. Removed one unnecessary function (NeedsCssClip is always true when this one is true). CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2893893003 Cr-Commit-Position: refs/heads/master@{#473070} Committed: https://chromium.googlesource.com/chromium/src/+/338aeaad66d93ce040f5757e2d29502810031d67

Patch Set 1 #

Patch Set 2 : none #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -19 lines) Patch
M third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp View 1 4 chunks +13 lines, -19 lines 5 comments Download

Messages

Total messages: 20 (14 generated)
chrishtr
3 years, 7 months ago (2017-05-18 23:05:17 UTC) #5
wkorman
https://codereview.chromium.org/2893893003/diff/20001/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp File third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp (left): https://codereview.chromium.org/2893893003/diff/20001/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp#oldcode981 third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp:981: return !object.IsLayoutView() && !object.CanContainFixedPositionObjects() && NeedsCssClip is obviously redundant ...
3 years, 7 months ago (2017-05-18 23:47:22 UTC) #11
chrishtr
https://codereview.chromium.org/2893893003/diff/20001/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp File third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp (left): https://codereview.chromium.org/2893893003/diff/20001/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp#oldcode981 third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp:981: return !object.IsLayoutView() && !object.CanContainFixedPositionObjects() && On 2017/05/18 at 23:47:21, ...
3 years, 7 months ago (2017-05-19 00:21:35 UTC) #12
wkorman
lgtm https://codereview.chromium.org/2893893003/diff/20001/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp File third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp (left): https://codereview.chromium.org/2893893003/diff/20001/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp#oldcode981 third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp:981: return !object.IsLayoutView() && !object.CanContainFixedPositionObjects() && On 2017/05/19 00:21:35, ...
3 years, 7 months ago (2017-05-19 00:32:30 UTC) #13
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/2893893003/20001
3 years, 7 months ago (2017-05-19 02:44:36 UTC) #17
commit-bot: I haz the power
3 years, 7 months ago (2017-05-19 03:51:12 UTC) #20
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/338aeaad66d93ce040f5757e2d29...

Powered by Google App Engine
This is Rietveld 408576698