Index: chrome/browser/ui/gtk/notifications/balloon_view_gtk.h |
diff --git a/chrome/browser/ui/gtk/notifications/balloon_view_gtk.h b/chrome/browser/ui/gtk/notifications/balloon_view_gtk.h |
index 260c9e770a25b54be88904e5461002c47f79f0f0..e31951c170e250d42a16e078641342dc87d1519d 100644 |
--- a/chrome/browser/ui/gtk/notifications/balloon_view_gtk.h |
+++ b/chrome/browser/ui/gtk/notifications/balloon_view_gtk.h |
@@ -80,6 +80,8 @@ class BalloonViewImpl : public BalloonView, |
// Where the balloon contents should be in screen coordinates. |
gfx::Rect GetContentsRectangle() const; |
+ CHROMEGTK_CALLBACK_1(BalloonViewImpl, gboolean, OnContentsExpose, |
+ GdkEventExpose*); |
CHROMEGTK_CALLBACK_0(BalloonViewImpl, void, OnCloseButton); |
CHROMEGTK_CALLBACK_1(BalloonViewImpl, gboolean, OnExpose, GdkEventExpose*); |
CHROMEGTK_CALLBACK_0(BalloonViewImpl, void, OnOptionsMenuButton); |