diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-12-25 19:12:08 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-12-25 19:12:08 +0000 |
commit | 8473fcddb83c087fc22e43d7d97f48e5ce240371 (patch) | |
tree | f938eb9d77e391211652d71e99c226762f0cf4a8 /www/webkit-gtk2/files/patch-cairo | |
parent | Remove imlib1 (diff) |
Update to 2.4.7.
Sync some changes from the webkit-gtk3 port.
The 2.4.x series is the last webkitgtk version that will have WebKit1.
Notes
Notes:
svn path=/head/; revision=375596
Diffstat (limited to 'www/webkit-gtk2/files/patch-cairo')
-rw-r--r-- | www/webkit-gtk2/files/patch-cairo | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/webkit-gtk2/files/patch-cairo b/www/webkit-gtk2/files/patch-cairo deleted file mode 100644 index 2f928af196aa..000000000000 --- a/www/webkit-gtk2/files/patch-cairo +++ /dev/null @@ -1,11 +0,0 @@ ---- Source/WebCore/platform/graphics/BitmapImage.cpp.orig 2011-01-08 16:50:57.000000000 +0000 -+++ Source/WebCore/platform/graphics/BitmapImage.cpp 2011-01-11 16:36:22.000000000 +0000 -@@ -207,7 +207,7 @@ bool BitmapImage::isSizeAvailable() - NativeImagePtr BitmapImage::frameAtIndex(size_t index) - { - if (index >= frameCount()) -- return 0; -+ return NULL; - - if (index >= m_frames.size() || !m_frames[index].m_frame) - cacheFrame(index); |