| Index: ui/views/examples/text_example.cc
|
| diff --git a/ui/views/examples/text_example.cc b/ui/views/examples/text_example.cc
|
| index 81e4cfc422f29080f536eea88657275d8cf451b6..161710f9964eb3b9a595e49e48286f3fbb73ca50 100644
|
| --- a/ui/views/examples/text_example.cc
|
| +++ b/ui/views/examples/text_example.cc
|
| @@ -136,15 +136,15 @@ class TextExample::TextExampleView : public View {
|
| // The text to draw.
|
| base::string16 text_;
|
|
|
| - // Text flags for passing to |DrawStringInt()|.
|
| + // Text flags for passing to |DrawStringRect()|.
|
| int text_flags_;
|
|
|
| // If |true|, specifies to call |DrawStringWithHalo()| instead of
|
| - // |DrawStringInt()|.
|
| + // |DrawStringRect()|.
|
| bool halo_;
|
|
|
| // If |true|, specifies to call |DrawFadeTruncatingString()| instead of
|
| - // |DrawStringInt()|.
|
| + // |DrawStringRect()|.
|
| bool fade_;
|
|
|
| // If |fade_| is |true|, fade mode parameter to |DrawFadeTruncatingString()|.
|
|
|