[webkit-reviews] review granted: [Bug 58084] [CG] Refactor get/putImageData routines from ImageBufferCG into a (new) ImageBufferDataCG.cpp : [Attachment 89490] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 13 16:36:09 PDT 2011


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Matthew Delaney
<mdelaney at apple.com>'s request for review:
Bug 58084: [CG] Refactor get/putImageData routines from ImageBufferCG into a
(new) ImageBufferDataCG.cpp
https://bugs.webkit.org/show_bug.cgi?id=58084

Attachment 89490: Patch
https://bugs.webkit.org/attachment.cgi?id=89490&action=review

------- Additional Comments from Simon Fraser (smfr) <simon.fraser at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=89490&action=review

> Source/WebCore/platform/graphics/ImageBufferData.h:44
> +#if (PLATFORM(MAC) && PLATFORM(CA) && !defined(BUILDING_ON_TIGER) &&
!defined(BUILDING_ON_LEOPARD) && !defined(BUILDING_ON_SNOW_LEOPARD))
> +#define WTF_USE_IOSURFACE_CANVAS_BACKING_STORE 1
> +#endif

Shouldn't this be in ImageBufferCG.h?


More information about the webkit-reviews mailing list