| Index: ui/gfx/render_text_mac.cc
|
| diff --git a/ui/gfx/render_text_mac.cc b/ui/gfx/render_text_mac.cc
|
| index 32731d4259872aed3bfde4a56012c519c11e4e0b..7fc217e30c8767adc06a4ef9c7e390ffd7e267ac 100644
|
| --- a/ui/gfx/render_text_mac.cc
|
| +++ b/ui/gfx/render_text_mac.cc
|
| @@ -32,6 +32,10 @@ const base::string16& RenderTextMac::GetDisplayText() {
|
| return text_elided() ? display_text() : layout_text();
|
| }
|
|
|
| +bool RenderTextMac::MultilineSupported() const {
|
| + return false;
|
| +}
|
| +
|
| Size RenderTextMac::GetStringSize() {
|
| EnsureLayout();
|
| return Size(std::ceil(string_size_.width()), string_size_.height());
|
|
|