Chromium Code Reviews
Help | Chromium Project | Gerrit Changes | Sign in
(109)

Issue 1154993004: Don't paint empty scrollbar parts (Closed)

Created:
4 years, 11 months ago by Xianzhu
Modified:
4 years, 11 months ago
Reviewers:
chrishtr, pdr.
CC:
blink-reviews, blink-reviews-paint_chromium.org, dshwang, slimming-paint-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Don't paint empty scrollbar parts BUG=496846 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=196610

Patch Set 1 #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -9 lines) Patch
M Source/core/paint/ScrollableAreaPainter.cpp View 2 chunks +9 lines, -2 lines 5 comments Download
M Source/platform/scroll/ScrollbarTheme.cpp View 3 chunks +12 lines, -7 lines 0 comments Download

Messages

Total messages: 11 (2 generated)
Xianzhu
4 years, 11 months ago (2015-06-05 20:42:04 UTC) #2
chrishtr
https://codereview.chromium.org/1154993004/diff/1/Source/core/paint/ScrollableAreaPainter.cpp File Source/core/paint/ScrollableAreaPainter.cpp (right): https://codereview.chromium.org/1154993004/diff/1/Source/core/paint/ScrollableAreaPainter.cpp#newcode31 Source/core/paint/ScrollableAreaPainter.cpp:31: if (!absRect.intersects(damageRect)) Why is this ok? I thought we ...
4 years, 11 months ago (2015-06-05 22:50:09 UTC) #3
chrishtr
https://codereview.chromium.org/1154993004/diff/1/Source/core/paint/ScrollableAreaPainter.cpp File Source/core/paint/ScrollableAreaPainter.cpp (right): https://codereview.chromium.org/1154993004/diff/1/Source/core/paint/ScrollableAreaPainter.cpp#newcode31 Source/core/paint/ScrollableAreaPainter.cpp:31: if (!absRect.intersects(damageRect)) Why is this ok? I thought we ...
4 years, 11 months ago (2015-06-05 22:50:09 UTC) #4
Xianzhu
https://codereview.chromium.org/1154993004/diff/1/Source/core/paint/ScrollableAreaPainter.cpp File Source/core/paint/ScrollableAreaPainter.cpp (right): https://codereview.chromium.org/1154993004/diff/1/Source/core/paint/ScrollableAreaPainter.cpp#newcode31 Source/core/paint/ScrollableAreaPainter.cpp:31: if (!absRect.intersects(damageRect)) On 2015/06/05 22:50:09, chrishtr wrote: > Why ...
4 years, 11 months ago (2015-06-05 22:56:55 UTC) #5
chrishtr
https://codereview.chromium.org/1154993004/diff/1/Source/core/paint/ScrollableAreaPainter.cpp File Source/core/paint/ScrollableAreaPainter.cpp (right): https://codereview.chromium.org/1154993004/diff/1/Source/core/paint/ScrollableAreaPainter.cpp#newcode31 Source/core/paint/ScrollableAreaPainter.cpp:31: if (!absRect.intersects(damageRect)) On 2015/06/05 at 22:56:54, Xianzhu wrote: > ...
4 years, 11 months ago (2015-06-05 22:59:11 UTC) #6
Xianzhu
https://codereview.chromium.org/1154993004/diff/1/Source/core/paint/ScrollableAreaPainter.cpp File Source/core/paint/ScrollableAreaPainter.cpp (right): https://codereview.chromium.org/1154993004/diff/1/Source/core/paint/ScrollableAreaPainter.cpp#newcode37 Source/core/paint/ScrollableAreaPainter.cpp:37: if (!RuntimeEnabledFeatures::slimmingPaintEnabled() && !absRect.intersects(damageRect)) On 2015/06/05 22:59:11, chrishtr wrote: ...
4 years, 11 months ago (2015-06-05 23:04:41 UTC) #7
chrishtr
lgtm
4 years, 11 months ago (2015-06-05 23:10:10 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1154993004/1
4 years, 11 months ago (2015-06-05 23:10:35 UTC) #10
commit-bot: I haz the power
4 years, 11 months ago (2015-06-05 23:13:52 UTC) #11
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://src.chromium.org/viewvc/blink?view=rev&revision=196610

Powered by Google App Engine
This is Rietveld 408576698