| Index: chrome/browser/ui/gtk/bubble/bubble_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/bubble/bubble_gtk.h b/chrome/browser/ui/gtk/bubble/bubble_gtk.h
|
| index ae677036a052db6c85e8d071b5f3b582b891622f..111654d883d1fb73995da4cb2fc67a2826dde014 100644
|
| --- a/chrome/browser/ui/gtk/bubble/bubble_gtk.h
|
| +++ b/chrome/browser/ui/gtk/bubble/bubble_gtk.h
|
| @@ -92,6 +92,9 @@ class BubbleGtk : public content::NotificationObserver {
|
| // so you shouldn't hold a BubbleGtk pointer after calling Close().
|
| void Close();
|
|
|
| + // Move the window to the new anchor rectangle.
|
| + void SetPositionRelativeToAnchor(const gfx::Rect* rect);
|
| +
|
| // content::NotificationObserver implementation.
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
|
|