diff options
author | kinaba@chromium.org <kinaba@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-17 03:04:51 +0000 |
---|---|---|
committer | kinaba@chromium.org <kinaba@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-17 03:04:51 +0000 |
commit | 54db05eab3af2554886bd2fab8783f7909dca6fe (patch) | |
tree | 3a410db771c3f89acfccb12ed672470f62f37190 /net/http/des.cc | |
parent | 5fc6319fa06adf546e44c481fcf898bf71b98f6a (diff) | |
download | chromium_src-54db05eab3af2554886bd2fab8783f7909dca6fe.zip chromium_src-54db05eab3af2554886bd2fab8783f7909dca6fe.tar.gz chromium_src-54db05eab3af2554886bd2fab8783f7909dca6fe.tar.bz2 |
Fix wrong truncation of notification popup messages in ash.
views::Label control first calculates the size of the text,
and then tries to render the text in the exact size of rectangle.
If < is used instead of <= in the patched line, the control
flows to the BreakIterator mode, that sometimes computes a
larger width value and causes truncation.
BUG=155663
Review URL: https://codereview.chromium.org/11150013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162308 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/http/des.cc')
0 files changed, 0 insertions, 0 deletions