[Webkit-unassigned] [Bug 146916] Input buttons rendered at the wrong size when pinching-to-zoom

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 13 15:49:52 PDT 2015


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

--- Comment #3 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 256736
  --> https://bugs.webkit.org/attachment.cgi?id=256736
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=256736&action=review

> Source/WebCore/platform/mac/ThemeMac.mm:573
> +    std::unique_ptr<ImageBuffer> imageBuffer = ImageBuffer::createCompatibleBuffer(inflatedRect.size(), deviceScaleFactor, ColorSpaceDeviceRGB, context, false);
> +    LocalCurrentGraphicsContext localContext(imageBuffer->context());

I think we should only use this intermedia buffer if the page scale is != 1.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150713/202a4c06/attachment.html>


More information about the webkit-unassigned mailing list