pkgsrc-wip/chromium/patches/patch-chrome_browser_notifications_balloon__collection__impl.h
Rui-Xiang Guo fa06d0f9e3 Update chromium to 10.0.648.205 that is based on the OpenBSD's ports with
modifying for *BSD support and additional NetBSD specific patches.
This version includes some security bug fixes.
2011-04-28 03:09:01 +00:00

13 lines
609 B
C

$NetBSD: patch-chrome_browser_notifications_balloon__collection__impl.h,v 1.1 2011/04/28 03:09:02 rxg Exp $
--- chrome/browser/notifications/balloon_collection_impl.h.orig 2011-04-13 08:01:44.000000000 +0000
+++ chrome/browser/notifications/balloon_collection_impl.h
@@ -57,7 +57,7 @@ class BalloonCollectionImpl : public Bal
virtual void WillProcessMessage(const MSG& event) {}
virtual void DidProcessMessage(const MSG& event);
#endif
-#if defined(OS_LINUX)
+#if defined(TOOLKIT_USES_GTK)
virtual void WillProcessEvent(GdkEvent* event) {}
virtual void DidProcessEvent(GdkEvent* event);
#endif