| Index: ui/gfx/render_text_harfbuzz.h
|
| diff --git a/ui/gfx/render_text_harfbuzz.h b/ui/gfx/render_text_harfbuzz.h
|
| index 7f3a1dcef7396fb5b5f84af79d7d12a7a63a3c15..8a7d302276f1ced0a048526fbb7ac456c84c0714 100644
|
| --- a/ui/gfx/render_text_harfbuzz.h
|
| +++ b/ui/gfx/render_text_harfbuzz.h
|
| @@ -168,6 +168,9 @@ class GFX_EXPORT RenderTextHarfBuzz : public RenderText {
|
| // be NULL in case of an error.
|
| scoped_ptr<base::i18n::BreakIterator> grapheme_iterator_;
|
|
|
| + // The total size of the layouted text.
|
| + Size total_size_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(RenderTextHarfBuzz);
|
| };
|
|
|
|
|