diff options
author | Pale Moon <git-repo@palemoon.org> | 2017-03-20 01:56:45 +0100 |
---|---|---|
committer | Pale Moon <git-repo@palemoon.org> | 2017-03-20 01:56:45 +0100 |
commit | 93c6922a18554f45f1bd5506a69f2f66186f18bf (patch) | |
tree | d336c16237f30cc00c3cb64dfa3cdb06bd8187ff /image/src | |
parent | 9240363d777572207e583f95920576b11885ca37 (diff) | |
download | palemoon-gre-93c6922a18554f45f1bd5506a69f2f66186f18bf.tar.gz |
Correct the pixel size comment. 64Mpix, not 16Mpix.
Diffstat (limited to 'image/src')
-rw-r--r-- | image/src/imgFrame.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/image/src/imgFrame.cpp b/image/src/imgFrame.cpp index d9b2669a6..54a863672 100644 --- a/image/src/imgFrame.cpp +++ b/image/src/imgFrame.cpp @@ -838,7 +838,7 @@ imgFrame::LockImageData() double imgPixelSize = mSize.width * mSize.height; if (imgPixelSize < (8092 * 8092)) { - // We should be safe to Deoptimize at this size (16Mpix) + // We should be safe to Deoptimize at this size (<64Mpix) return Deoptimize(); } |