Index: ui/views/bubble/bubble_delegate.h |
diff --git a/ui/views/bubble/bubble_delegate.h b/ui/views/bubble/bubble_delegate.h |
index ddf978581b9039cc0aa80f75c7092a6d090f24a2..0e7da9ba627f7395f0118a24f5fd69c03539ac32 100644 |
--- a/ui/views/bubble/bubble_delegate.h |
+++ b/ui/views/bubble/bubble_delegate.h |
@@ -87,6 +87,9 @@ class VIEWS_EXPORT BubbleDelegateView : public WidgetDelegateView, |
// bubble to the setting before StartFade() was called. |
void ResetFade(); |
+ // The default bubble background color. |
+ static const SkColor kBackgroundColor; |
+ |
protected: |
// View overrides: |
virtual bool AcceleratorPressed(const ui::Accelerator& accelerator) OVERRIDE; |