From f3285ad4100594cbaa8f1626d6cdb06db2256260 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Fri, 1 Apr 2011 16:45:01 +0000 Subject: Update to 10.0.648.204, which is the latest release from the Stable series. There are still some problems with it on 8.X (and presumably 7.X), see pkg-message for a possible workaround. This would not have been possible without: - portmgr@ for drawing me into this in October last year - beat@ for providing a development repository - dhw@ for creating the freebsd-chromium list - all the patch contributors and testers on the freebsd-chromium list --- .../files/patch-ui__base__resource__resource_bundle.cc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 www/chromium/files/patch-ui__base__resource__resource_bundle.cc (limited to 'www/chromium/files/patch-ui__base__resource__resource_bundle.cc') diff --git a/www/chromium/files/patch-ui__base__resource__resource_bundle.cc b/www/chromium/files/patch-ui__base__resource__resource_bundle.cc new file mode 100644 index 000000000000..9476ed53feb0 --- /dev/null +++ b/www/chromium/files/patch-ui__base__resource__resource_bundle.cc @@ -0,0 +1,11 @@ +--- ui/base/resource/resource_bundle.cc.orig 2011-01-26 10:31:08.000000000 +0100 ++++ ui/base/resource/resource_bundle.cc 2011-01-30 00:45:39.000000000 +0100 +@@ -176,7 +176,7 @@ + #if defined(OS_MACOSX) + return rb.GetNSImageNamed(resource_id); + #elif defined(USE_X11) && !defined(TOOLKIT_VIEWS) +- return rb.GetPixbufNamed(resource_id); ++ return (gfx::NativeImage)rb.GetPixbufNamed(resource_id); + #else + return rb.GetBitmapNamed(resource_id); + #endif -- cgit v1.2.3