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

Unified Diff: ui/views/controls/label.h

Issue 9569025: Fix right-to-left script text truncation (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/views/controls/label.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/label.h
===================================================================
--- ui/views/controls/label.h (revision 123286)
+++ ui/views/controls/label.h (working copy)
@@ -237,7 +237,7 @@
// Returns where the text is drawn, in the receivers coordinate system.
gfx::Rect GetTextBounds() const;
- int ComputeMultiLineFlags() const;
+ int ComputeDrawStringFlags() const;
gfx::Rect GetAvailableRect() const;
« no previous file with comments | « no previous file | ui/views/controls/label.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698