Chromium Code Reviews
DescriptionFix the toolbar bottom border being 2 pixels w/ a detached bookmark bar.
The toolbar draws a 1 pixel line as its bottom border. The detached
bookmark bar also draws a 1 pixel line as its top border. At 1x and 2x
those lines always overlap. But the bookmark bar top stroke was not laid
out properly so at fractional dsfs it would be pushed down 1 pixel and
cause the border to look like it was 2 pixels. I removed the bookmark
bar top stroke since it was redundant anyway.
R=pkasting
BUG=636120
Committed: https://crrev.com/af9ecebdf6e165d4e0742c14bd16ec380124bb91
Cr-Commit-Position: refs/heads/master@{#413211}
Patch Set 1 #Patch Set 2 : don't change the compiler lol #
Total comments: 4
Patch Set 3 : nits #Messages
Total messages: 12 (6 generated)
|