| Index: ui/gfx/render_text.h
|
| diff --git a/ui/gfx/render_text.h b/ui/gfx/render_text.h
|
| index da3607d9e11f8ed7109d2033f28903f7171b9d19..dae1e1561198870928c85160169e681c9775bc06 100644
|
| --- a/ui/gfx/render_text.h
|
| +++ b/ui/gfx/render_text.h
|
| @@ -21,16 +21,6 @@
|
|
|
| namespace gfx {
|
|
|
| -// Color settings for text, backgrounds and cursor.
|
| -// These are tentative, and should be derived from theme, system
|
| -// settings and current settings.
|
| -// TODO(oshima): Change this to match the standard chrome
|
| -// before dogfooding textfield views.
|
| -const SkColor kSelectedTextColor = SK_ColorWHITE;
|
| -const SkColor kFocusedSelectionColor = SkColorSetRGB(30, 144, 255);
|
| -const SkColor kUnfocusedSelectionColor = SK_ColorLTGRAY;
|
| -const SkColor kCursorColor = SK_ColorBLACK;
|
| -
|
| class Canvas;
|
| class RenderTextTest;
|
|
|
|
|