[Webkit-unassigned] [Bug 77902] NPP_Print is never called on Print, but NPP_SetWindow is with surprising parameters

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 7 11:40:15 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=77902





--- Comment #2 from Rudi Sherry <rsherry at adobe.com>  2012-02-07 11:40:15 PST ---
(In reply to comment #1)
> What do you expect to be passed as printInfo->print.embedPrint.platformPrint?

I think it would depend on the negotiated drawing model.

If we've negotiated a CoreAnimation layer, I would expect a CALayer. I can put whatever I want on that layer and return.  I would not expect it to be the same layer I provided to the browser, since that is being used to display on the window.  The browser would own the printed layer.

I'm not familiar enough with the other drawing models to know, but I expect it would be similar.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list