| Index: ui/views/controls/button/text_button.h
|
| ===================================================================
|
| --- ui/views/controls/button/text_button.h (revision 116905)
|
| +++ ui/views/controls/button/text_button.h (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -207,6 +207,12 @@
|
| virtual void OnEnabledChanged() OVERRIDE;
|
| virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
|
|
|
| + // Text colors.
|
| + static const SkColor kEnabledColor;
|
| + static const SkColor kHighlightColor;
|
| + static const SkColor kDisabledColor;
|
| + static const SkColor kHoverColor;
|
| +
|
| // Returns views/TextButton.
|
| virtual std::string GetClassName() const OVERRIDE;
|
|
|
|
|