[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

bdakin at apple.com bdakin at apple.com
Wed Apr 7 23:50:38 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 6f47d29f11a515df6b2f997c706b793e535ca60b
Author: bdakin at apple.com <bdakin at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Nov 19 23:50:18 2009 +0000

           Build fix. No review needed.
    
    * plugins/PluginView.cpp:
    (WebCore::PluginView::paintMissingPluginIcon):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51215 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 95b6055..196abd6 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,12 @@
 2009-11-19  Beth Dakin  <bdakin at apple.com>
 
+       Build fix. No review needed.
+
+        * plugins/PluginView.cpp:
+        (WebCore::PluginView::paintMissingPluginIcon):
+
+2009-11-19  Beth Dakin  <bdakin at apple.com>
+
         Build fix. No review needed.
 
         * platform/graphics/win/ImageCGWin.cpp:
diff --git a/WebCore/plugins/PluginView.cpp b/WebCore/plugins/PluginView.cpp
index 91aa83a..25092d9 100644
--- a/WebCore/plugins/PluginView.cpp
+++ b/WebCore/plugins/PluginView.cpp
@@ -1196,7 +1196,7 @@ void PluginView::paintMissingPluginIcon(GraphicsContext* context, const IntRect&
 
     context->save();
     context->clip(windowClipRect());
-    context->drawImage(nullPluginImage.get(), imageRect.location());
+    context->drawImage(nullPluginImage.get(), DeviceColorSpace, imageRect.location());
     context->restore();
 }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list