<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 - [TextureMapper] Use RGBA format for textures attached to framebuffers"
   href="https://bugs.webkit.org/show_bug.cgi?id=154965#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [TextureMapper] Use RGBA format for textures attached to framebuffers"
   href="https://bugs.webkit.org/show_bug.cgi?id=154965">bug 154965</a>
              from <span class="vcard"><a class="email" href="mailto:peavo&#64;outlook.com" title="peavo&#64;outlook.com">peavo&#64;outlook.com</a>
</span></b>
        <pre>There might be a small typo in line 95 in BitmapTexturePool.cpp.
Should we be getting the size of m_attachmentTextures instead of m_textures?

93            for (size_t i = 0; i &lt; m_attachmentTextures.size(); ++i) {
94                if (m_attachmentTextures[i].m_lastUsedTime &lt; minUsedTime) {
95                    m_attachmentTextures.remove(i, m_textures.size() - i);
96                    break;
97                }</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>