<html>
    <head>
      <base href="https://bugs.webkit.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - REGRESSION(r215211): [GTK] Several webgl related tests are failing"
   href="https://bugs.webkit.org/show_bug.cgi?id=170730#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - REGRESSION(r215211): [GTK] Several webgl related tests are failing"
   href="https://bugs.webkit.org/show_bug.cgi?id=170730">bug 170730</a>
              from <span class="vcard"><a class="email" href="mailto:magomez&#64;igalia.com" title="Miguel Gomez &lt;magomez&#64;igalia.com&gt;"> <span class="fn">Miguel Gomez</span></a>
</span></b>
        <pre>(In reply to Miguel Gomez from <a href="show_bug.cgi?id=170730#c1">comment #1</a>)
<span class="quote">&gt; The problem seems to be that setting the data to a decoder using
&gt; ImageDecoder::setData() is setting m_isAllDataReceived to true. Due to this,
&gt; ImageDecoder::encodedDataStatus() returns EncodedDataStatus::Complete and no
&gt; size is set to the decoder.</span >

The enumeration for EncodedDataStatus doesn't have a value to indicate that the data was set but the size is not available yet. As ImageDecoder::encodedDataStatus() is implemented now, having all the data set returns EncodedDataStatus::Complete, which means that the size is already set, which may not be true.</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>