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

Issue 2100323003: [Mac][Material Design] Fix regression with initial bookmark bar text. (Closed)

Created:
4 years, 5 months ago by shrike
Modified:
4 years, 5 months ago
Reviewers:
tapted
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@2743
Target Ref:
refs/pending/branch-heads/2743
Project:
chromium
Visibility:
Public.

Description

[Mac][Material Design] Fix regression with initial bookmark bar text. [Mac][Material Design] Fix regression with initial bookmark bar text. When you have an empty bookmarks bar, the bar displays a message about adding bookmarks. With the switch to Material Design and the addition of an NSVisualEffectView, the textfields' opaque ancestor was no longer opaque, messing up subpixel anti-aliasing. This cl changes the BookmarkBarToolbarView's isOpaque: method to always return YES. The BookmarkBarToolbarView was in fact always opaque, so returning YES is correct. Doing so causes the BookmarkBarToolbarView's to be the textfields' opaque ancestor, leading to correctly-drawn text. R=tapted@chromium.org BUG=617550, 617856 Review-Url: https://codereview.chromium.org/2061353002 Cr-Commit-Position: refs/heads/master@{#401391} (cherry picked from commit eadf1aa099669f7a232ee8deed94d5b9d2da14a8) Committed: https://chromium.googlesource.com/chromium/src/+/d5825147fa986abde5d2a293d06d1cac8ac8314e

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -1 line) Patch
M chrome/browser/ui/cocoa/bookmarks/bookmark_bar_toolbar_view.mm View 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 2 (1 generated)
shrike
4 years, 5 months ago (2016-06-27 22:30:30 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
d5825147fa986abde5d2a293d06d1cac8ac8314e.

Powered by Google App Engine
This is Rietveld 408576698