Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 552828 Details for
Bug 669542
www-client/chromium: building chromium with GCC
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix omnibox build
chromium-omnibox.patch (text/plain), 771 bytes, created by
Garry Filakhtov
on 2018-10-24 22:49:22 UTC
(
hide
)
Description:
Patch to fix omnibox build
Filename:
MIME Type:
Creator:
Garry Filakhtov
Created:
2018-10-24 22:49:22 UTC
Size:
771 bytes
patch
obsolete
>diff --git a/chrome/browser/ui/views/omnibox/omnibox_text_view.cc b/chrome/browser/ui/views/omnibox/omnibox_text_view.cc >index f0a8083dc930..9021284f166d 100644 >--- a/chrome/browser/ui/views/omnibox/omnibox_text_view.cc >+++ b/chrome/browser/ui/views/omnibox/omnibox_text_view.cc >@@ -175,7 +175,8 @@ void ApplyTextStyleForType(SuggestionAnswer::TextStyle text_style, > style = {part_color, .baseline = gfx::SUPERIOR}; > break; > case SuggestionAnswer::TextStyle::BOLD: >- style = {part_color, .weight = gfx::Font::Weight::BOLD}; >+ style = {part_color, .baseline = gfx::NORMAL_BASELINE, >+ .weight = gfx::Font::Weight::BOLD}; > break; > case SuggestionAnswer::TextStyle::NORMAL: > case SuggestionAnswer::TextStyle::NORMAL_DIM:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 669542
:
552824
|
552826
| 552828 |
552850
|
552852
|
552854
|
552856