[webkit-reviews] review granted: [Bug 112374] [chromium] Scale up cache limit in ImageDecodingStore by device scale factor : [Attachment 193692] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 18 17:04:16 PDT 2013


James Robinson <jamesr at chromium.org> has granted Hin-Chung Lam
<hclam at google.com>'s request for review:
Bug 112374: [chromium] Scale up cache limit in ImageDecodingStore by device
scale factor
https://bugs.webkit.org/show_bug.cgi?id=112374

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

------- Additional Comments from James Robinson <jamesr at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=193692&action=review


Seems like a bit of a hack, but I don't have a better idea off the top of my
head.

> Source/WebCore/platform/graphics/chromium/ImageDecodingStore.cpp:38
> +static const size_t cDefaultCacheLimitInBytes = 32768 * 1024;

we don't use prefixes like this in WebKit


More information about the webkit-reviews mailing list