Index: chrome/common/gfx/chrome_canvas.h |
=================================================================== |
--- chrome/common/gfx/chrome_canvas.h (revision 4245) |
+++ chrome/common/gfx/chrome_canvas.h (working copy) |
@@ -52,6 +52,9 @@ |
static const int SHOW_PREFIX = 128; |
static const int HIDE_PREFIX = 256; |
+ // Prevent ellipsizing |
+ static const int NO_ELLIPSIS = 512; |
+ |
// Creates an empty ChromeCanvas. Callers must use initialize before using |
// the canvas. |
ChromeCanvas(); |