[webkit-reviews] review granted: [Bug 45922] Remove scroll and clip layers for WKCACFLayerRenderer : [Attachment 67927] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 17 11:56:07 PDT 2010


Chris Marrin <cmarrin at apple.com> has granted Simon Fraser (smfr)
<simon.fraser at apple.com>'s request for review:
Bug 45922: Remove scroll and clip layers for WKCACFLayerRenderer
https://bugs.webkit.org/show_bug.cgi?id=45922

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

------- Additional Comments from Chris Marrin <cmarrin at apple.com>
View in context:
https://bugs.webkit.org/attachment.cgi?id=67927&action=prettypatch

r=me with style fix

> WebKit/win/WebView.cpp:2096
> +	       if (lParam != 0)

Style bot complained about this. Should be if (lParam)


More information about the webkit-reviews mailing list