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

Unified Diff: chrome/browser/ui/gtk/notifications/balloon_view_gtk.h

Issue 6384010: [gtk] fill in gap pixels in desktop notification corners (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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 | chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698