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 cc15f2bea4775a487ee8172b2a246a70e859e3aa..f39d9bd60fd6236c3ea612562a6d83bea88d62d5 100644 |
| --- a/ui/views/bubble/bubble_border.h |
| +++ b/ui/views/bubble/bubble_border.h |
| @@ -123,6 +123,12 @@ class VIEWS_EXPORT BubbleBorder : public Border { |
| protected: |
| virtual ~BubbleBorder(); |
| + // Specifies the arrow location for calculating insets. Normally called from |
|
msw
2012/07/27 20:32:04
nit: wording, consider "Calculate the insets for a
stevenjb
2012/07/30 20:09:03
Done.
|
| + // GetInsets(arrow_location()), but may be called by specialized BubbleBorder |
| + // implementations. |
| + void GetInsetsForArrowLocation(gfx::Insets* insets, |
| + ArrowLocation arrow_loc) const; |
| + |
| private: |
| struct BorderImages; |