[Webkit-unassigned] [Bug 91877] [Chromium] Broken image icon does not appear in high dpi

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 20 11:55:54 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=91877





--- Comment #2 from Dana Jansens <danakj at chromium.org>  2012-07-20 11:55:57 PST ---
(From update of attachment 153530)
View in context: https://bugs.webkit.org/attachment.cgi?id=153530&action=review

> Source/WebCore/rendering/RenderImage.cpp:317
> +            if (m_imageResource->errorOccurred() && deviceScaleFactor*usableWidth >= image->width() && deviceScaleFactor*usableHeight >= image->height() && !image->isNull()) {

why not just change the value of usable* when they are being set above? Should the "- 2" be scaled by deviceScaleFactor also?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list