| Index: ui/gfx/render_text.h
|
| diff --git a/ui/gfx/render_text.h b/ui/gfx/render_text.h
|
| index 6170c57c28a88251cfa2c7214fe709995789ffb8..c5fca39a10c9af348d5624066344b76d042e298a 100644
|
| --- a/ui/gfx/render_text.h
|
| +++ b/ui/gfx/render_text.h
|
| @@ -207,6 +207,7 @@ class GFX_EXPORT RenderText {
|
|
|
| const base::string16& text() const { return text_; }
|
| void SetText(const base::string16& text);
|
| + void AppendText(const base::string16& text);
|
|
|
| HorizontalAlignment horizontal_alignment() const {
|
| return horizontal_alignment_;
|
|
|