| 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..aae97d1e5652a425523a4b391a2c18d6238a9b97 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 on the new anchor rectangle. | 
| +  void UpdateAnchorRect(const gfx::Rect* rect); | 
| + | 
| // content::NotificationObserver implementation. | 
| virtual void Observe(int type, | 
| const content::NotificationSource& source, | 
|  |