Chromium Code Reviews| Index: ui/gfx/render_text_mac.mm |
| diff --git a/ui/gfx/render_text_mac.mm b/ui/gfx/render_text_mac.mm |
| index 7b0f11a1d00e024bd2623ac2169266793a1da854..948a303ab320c29914d5ad9757acd9ea208f2a91 100644 |
| --- a/ui/gfx/render_text_mac.mm |
| +++ b/ui/gfx/render_text_mac.mm |
| @@ -113,6 +113,10 @@ |
| return SelectionModel(); |
| } |
| +bool RenderTextMac::IsSelectionSupported() const { |
| + return false; |
| +} |
| + |
| std::vector<RenderText::FontSpan> RenderTextMac::GetFontSpansForTesting() { |
| EnsureLayout(); |
| if (!runs_valid_) |