diff options
Diffstat (limited to 'ui/views/bubble/bubble_frame_view.h')
-rw-r--r-- | ui/views/bubble/bubble_frame_view.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/views/bubble/bubble_frame_view.h b/ui/views/bubble/bubble_frame_view.h index 47861eb..5a8661d 100644 --- a/ui/views/bubble/bubble_frame_view.h +++ b/ui/views/bubble/bubble_frame_view.h @@ -41,6 +41,10 @@ class VIEWS_EXPORT BubbleFrameView : public NonClientFrameView { // Accessor for bubble border inside border contents. BubbleBorder* bubble_border() const; + gfx::Rect GetWindowBoundsForAnchorAndClientSize( + const gfx::Rect& anchor, + const gfx::Size& client_size) const; + private: FRIEND_TEST_ALL_PREFIXES(BubbleFrameViewBasicTest, GetBoundsForClientView); |