[webkit-reviews] review granted: [Bug 52172] Max area bound needed in creation of IOSurface in ImageBufferCG.cpp : [Attachment 78472] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 10 16:58:03 PST 2011


mitz at webkit.org has granted Matthew Delaney <mdelaney at apple.com>'s request for
review:
Bug 52172: Max area bound needed in creation of IOSurface in ImageBufferCG.cpp
https://bugs.webkit.org/show_bug.cgi?id=52172

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

------- Additional Comments from mitz at webkit.org
View in context: https://bugs.webkit.org/attachment.cgi?id=78472&action=review

> Source/WebCore/platform/graphics/cg/ImageBufferCG.cpp:57
> +static const int MaxIOSurfaceDimension = 4096;

Current WebKit style is that this should begin with a lowercase m.


More information about the webkit-reviews mailing list