[webkit-reviews] review granted: [Bug 177560] Blurry captions on retina screens. : [Attachment 321997] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 3 12:09:03 PDT 2017


Jer Noble <jer.noble at apple.com> has granted Jeremy Jones
<jeremyj-wk at apple.com>'s request for review:
Bug 177560: Blurry captions on retina screens.
https://bugs.webkit.org/show_bug.cgi?id=177560

Attachment 321997: Patch

https://bugs.webkit.org/attachment.cgi?id=321997&action=review




--- Comment #3 from Jer Noble <jer.noble at apple.com> ---
Comment on attachment 321997
  --> https://bugs.webkit.org/attachment.cgi?id=321997
Patch

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

> Source/WebCore/html/shadow/MediaControlElements.cpp:1369
> +	   videoBox.setWidth(videoBox.width()*deviceScaleFactor);
> +	   videoBox.setHeight(videoBox.height()*deviceScaleFactor);

Nit: spaces around the "*".


More information about the webkit-reviews mailing list