[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:52 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit 1f1abfeaed853b02fd9803369eb7f4fc943a523f
Author: cblu <cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Mon Jan 7 21:38:22 2002 +0000
Moved plug-in instance creation to WKPluginView from WKPlugin
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@526 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/kwq/WKPluginView.mm b/WebCore/kwq/WKPluginView.mm
index 081e511..e59e52f 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 081e511..e59e52f 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