[webkit-reviews] review granted: [Bug 47751] [chromium] Avoid creating excessively large textures for composited layers : [Attachment 70927] Proposed patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Oct 18 14:28:20 PDT 2010
James Robinson <jamesr at chromium.org> has granted Vangelis Kokkevis
<vangelis at chromium.org>'s request for review:
Bug 47751: [chromium] Avoid creating excessively large textures for composited
layers
https://bugs.webkit.org/show_bug.cgi?id=47751
Attachment 70927: Proposed patch
https://bugs.webkit.org/attachment.cgi?id=70927&action=review
------- Additional Comments from James Robinson <jamesr at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=70927&action=review
R=me
> WebCore/platform/graphics/chromium/ContentLayerChromium.cpp:149
> + const int maxLayerSize = 2000;
nit: should be static. it'll probably get inlined anyway
More information about the webkit-reviews
mailing list