<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - RenderLayer::setupFontSubpixelQuantization() needs to be improved"
   href="https://bugs.webkit.org/show_bug.cgi?id=153400">153400</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>RenderLayer::setupFontSubpixelQuantization() needs to be improved
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>Safari 9
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Layout and Rendering
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>simon.fraser&#64;apple.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>bdakin&#64;apple.com, simon.fraser&#64;apple.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>When dumping drawing commands with display lists, WK1 and WK2 differ in the setting of fontSubpixelQuantization in compositing layers between WK1 and WK2, which doesn't make sense.

The current code asks if scrolling is on the main thread, whether content scrolls by painting, and if live zooming is happening. This doesn't take into account compositing layers that are moved by scrolling, and so does the wrong thing for layers in WK1.

I think the correct solution will have to pass flags down through the painting code, to note whether we've seen a scrollable layer on the way down.</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>