<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - The bounds on InteractionInformationAtPosition should be more precise"
   href="https://bugs.webkit.org/show_bug.cgi?id=146468#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - The bounds on InteractionInformationAtPosition should be more precise"
   href="https://bugs.webkit.org/show_bug.cgi?id=146468">bug 146468</a>
              from <span class="vcard"><a class="email" href="mailto:bdakin&#64;apple.com" title="Beth Dakin &lt;bdakin&#64;apple.com&gt;"> <span class="fn">Beth Dakin</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=146468#c6">comment #6</a>)
<span class="quote">&gt; Comment on <span class=""><a href="attachment.cgi?id=255843&amp;action=diff" name="attach_255843" title="Patch">attachment 255843</a> <a href="attachment.cgi?id=255843&amp;action=edit" title="Patch">[details]</a></span>
&gt; Patch
&gt; 
&gt; View in context:
&gt; <a href="https://bugs.webkit.org/attachment.cgi?id=255843&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=255843&amp;action=review</a>
&gt; 
&gt; &gt; Source/WebKit2/WebProcess/WebPage/ios/WebPageIOS.mm:2175
&gt; &gt; +                    auto&amp; renderImage = downcast&lt;RenderImage&gt;(*(element-&gt;renderer()));
&gt; &gt; +                    info.bounds = renderImage.absoluteContentQuad().enclosingBoundingBox();
&gt; 
&gt; Now that you added a local variable, this is slightly nicer as a one-liner:
&gt; 
&gt;     info.bounds =
&gt; downcast&lt;RenderImage&gt;(*renderer).absoluteContentQuad().
&gt; enclosingBoundingBox();
&gt; 
&gt; I know you landed already, but I couldn’t resist.</span >

Hehe, turned this into a one-liner with <a href="http://trac.webkit.org/changeset/186184">http://trac.webkit.org/changeset/186184</a></pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>