Chromium Code Reviews| Index: ui/views/bubble/bubble_border.h |
| diff --git a/ui/views/bubble/bubble_border.h b/ui/views/bubble/bubble_border.h |
| index 2ebdf9c6156f842ec77a22cc65474d207c45e16d..2beb5ecc270eed109e02edb2619b1533abab1459 100644 |
| --- a/ui/views/bubble/bubble_border.h |
| +++ b/ui/views/bubble/bubble_border.h |
| @@ -100,6 +100,7 @@ class VIEWS_EXPORT BubbleBorder : public Border { |
| BIG_SHADOW, |
| SMALL_SHADOW, |
| NO_ASSETS, |
| + NO_ASSETS_TOOLTIP, // Matches the look of a tooltip. |
| SHADOW_COUNT, |
| }; |