| Index: ui/native_theme/fallback_theme.cc
|
| diff --git a/ui/native_theme/fallback_theme.cc b/ui/native_theme/fallback_theme.cc
|
| index 53cffb667acb225f7fe58efe67982f1821ca771a..ffb15fd6626fc3bde40384e07b53e22efb19ba7d 100644
|
| --- a/ui/native_theme/fallback_theme.cc
|
| +++ b/ui/native_theme/fallback_theme.cc
|
| @@ -64,8 +64,6 @@
|
| static const SkColor kTextfieldSelectionColor =
|
| color_utils::AlphaBlend(SK_ColorBLACK,
|
| kTextfieldSelectionBackgroundFocused, 0xdd);
|
| - // Tooltip
|
| - static const SkColor kTooltipBackground = 0xFFFFFFCC;
|
| // Tree
|
| static const SkColor kTreeBackground = SK_ColorWHITE;
|
| static const SkColor kTreeTextColor = SK_ColorBLACK;
|
| @@ -182,10 +180,6 @@
|
| case kColorId_TextfieldSelectionBackgroundFocused:
|
| return kTextfieldSelectionBackgroundFocused;
|
|
|
| - // Tooltip
|
| - case kColorId_TooltipBackground:
|
| - return kTooltipBackground;
|
| -
|
| // Tree
|
| case kColorId_TreeBackground:
|
| return kTreeBackground;
|
|
|