summaryrefslogtreecommitdiff
path: root/image/src
diff options
context:
space:
mode:
authorPale Moon <git-repo@palemoon.org>2017-03-20 01:56:45 +0100
committerPale Moon <git-repo@palemoon.org>2017-03-20 01:56:45 +0100
commit93c6922a18554f45f1bd5506a69f2f66186f18bf (patch)
treed336c16237f30cc00c3cb64dfa3cdb06bd8187ff /image/src
parent9240363d777572207e583f95920576b11885ca37 (diff)
downloadpalemoon-gre-93c6922a18554f45f1bd5506a69f2f66186f18bf.tar.gz
Correct the pixel size comment. 64Mpix, not 16Mpix.
Diffstat (limited to 'image/src')
-rw-r--r--image/src/imgFrame.cpp2
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();
}