Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(368)

Unified Diff: ui/views/bubble/bubble_delegate.h

Issue 24469006: Fixing crash Report - Magic Signature: views::View::ConvertPointToScreen (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/views/bubble/bubble_delegate.cc » ('j') | ui/views/bubble/bubble_delegate.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/bubble/bubble_delegate.h
diff --git a/ui/views/bubble/bubble_delegate.h b/ui/views/bubble/bubble_delegate.h
index 4a0bb30ec0160b49e25167769261f49be2894b10..4244dddd103528c4703a1eb34adbbb8487b9f970 100644
--- a/ui/views/bubble/bubble_delegate.h
+++ b/ui/views/bubble/bubble_delegate.h
@@ -167,6 +167,9 @@ class VIEWS_EXPORT BubbleDelegateView : public WidgetDelegateView,
// Handles widget visibility changes.
void HandleVisibilityChanged(Widget* widget, bool visible);
+ // Detach the bubble from the anchor (has no effect if there is no anchor).
+ void DetachFromAnchor();
+
// Fade animation for bubble.
scoped_ptr<gfx::SlideAnimation> fade_animation_;
« no previous file with comments | « no previous file | ui/views/bubble/bubble_delegate.cc » ('j') | ui/views/bubble/bubble_delegate.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698