[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

cblu cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:53:50 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 4bd2a17fbbb48efdff693211196d894425e019fc
Author: cblu <cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 7 21:37:46 2002 +0000

    Moved plug-in instance creation to WKPluginView from WKPlugin
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@525 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/WKPluginView.mm b/WebCore/kwq/WKPluginView.mm
index e59e52f..081e511 100644
--- a/WebCore/kwq/WKPluginView.mm
+++ b/WebCore/kwq/WKPluginView.mm
@@ -66,9 +66,9 @@
     window.clipRect.bottom = 450;
     window.clipRect.right = 640;
     window.type = NPWindowTypeDrawable;
-    /*SetPort(nPort.port);
+    SetPort(nPort.port);
     LineTo((int)rect.size.width, (int)rect.size.height);
-    MoveTo(0,0);*/
+    MoveTo(0,0);
     npErr = NPP_SetWindow(instance, &window);
     KWQDebug("NPP_SetWindow: %d rect.size.height=%d rect.size.width=%d port=%d\n", npErr, (int)rect.size.height, (int)rect.size.width, (int)nPort.port);
     
diff --git a/WebCore/src/kwq/WKPluginView.mm b/WebCore/src/kwq/WKPluginView.mm
index e59e52f..081e511 100644
--- a/WebCore/src/kwq/WKPluginView.mm
+++ b/WebCore/src/kwq/WKPluginView.mm
@@ -66,9 +66,9 @@
     window.clipRect.bottom = 450;
     window.clipRect.right = 640;
     window.type = NPWindowTypeDrawable;
-    /*SetPort(nPort.port);
+    SetPort(nPort.port);
     LineTo((int)rect.size.width, (int)rect.size.height);
-    MoveTo(0,0);*/
+    MoveTo(0,0);
     npErr = NPP_SetWindow(instance, &window);
     KWQDebug("NPP_SetWindow: %d rect.size.height=%d rect.size.width=%d port=%d\n", npErr, (int)rect.size.height, (int)rect.size.width, (int)nPort.port);
     

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list