Chromium Code Reviews| Index: ui/gfx/render_text.h |
| diff --git a/ui/gfx/render_text.h b/ui/gfx/render_text.h |
| index a16d06351ea3d8770e2d3b3ae0e6482bb200d594..4b041f9a37fe03942b9085ccc79f9a78d5d75679 100644 |
| --- a/ui/gfx/render_text.h |
| +++ b/ui/gfx/render_text.h |
| @@ -211,6 +211,9 @@ class GFX_EXPORT RenderText { |
| public: |
| virtual ~RenderText(); |
| + // The character used for displaying obscured text. |
| + static const base::char16 kPasswordReplacementChar; |
|
sky
2016/10/24 16:13:25
Style const says constants before destructor. Also
karandeepb
2016/10/25 03:31:03
Done. I initially preferred using a static const s
|
| + |
| // Creates a platform-specific or cross-platform RenderText instance. |
| static RenderText* CreateInstance(); |
| static RenderText* CreateInstanceForEditing(); |