[Webkit-unassigned] [Bug 60897] [Qt] Implement toImageData() in QtWebKit Bridge

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 22 07:29:10 PDT 2011


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


Benjamin Poulain <benjamin at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #94330|review?                     |review+, commit-queue-
               Flag|                            |




--- Comment #11 from Benjamin Poulain <benjamin at webkit.org>  2011-05-22 07:29:11 PST ---
(From update of attachment 94330)
View in context: https://bugs.webkit.org/attachment.cgi?id=94330&action=review

> Source/WebCore/bridge/qt/qt_pixmapruntime.cpp:100
> +    void copyPixels(QImage image, int width, int height, unsigned char* destPixels)

const QImage &image.
By convention, we pass non-basic types as const reference.

-- 
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