<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:cgarcia&#64;igalia.com" title="Carlos Garcia Campos &lt;cgarcia&#64;igalia.com&gt;"> <span class="fn">Carlos Garcia Campos</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Implement overlay scrollbars"
   href="https://bugs.webkit.org/show_bug.cgi?id=153405">bug 153405</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
               &nbsp;
           </td>
           <td>gyuyoung&#64;gmail.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Implement overlay scrollbars"
   href="https://bugs.webkit.org/show_bug.cgi?id=153405#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Implement overlay scrollbars"
   href="https://bugs.webkit.org/show_bug.cgi?id=153405">bug 153405</a>
              from <span class="vcard"><a class="email" href="mailto:cgarcia&#64;igalia.com" title="Carlos Garcia Campos &lt;cgarcia&#64;igalia.com&gt;"> <span class="fn">Carlos Garcia Campos</span></a>
</span></b>
        <pre><span class="quote">&gt; &gt; Source/WebCore/platform/ScrollAnimatorNone.h:188
&gt; &gt; +    Scrollbar* m_horizontalOverlayScrollbar { nullptr };
&gt; &gt; +    Scrollbar* m_verticalOverlayScrollbar { nullptr };
&gt; &gt; +    bool m_overlayScrollbarsLocked { false };
&gt; &gt; +    Timer m_overlayScrollbarAnimationTimer;
&gt; &gt; +    double m_overlayScrollbarAnimationSource { 0 };
&gt; &gt; +    double m_overlayScrollbarAnimationTarget { 0 };
&gt; &gt; +    double m_overlayScrollbarAnimationCurrent { 0 };
&gt; &gt; +    double m_overlayScrollbarAnimationStartTime { 0 };
&gt; &gt; +    double m_overlayScrollbarAnimationEndTime { 0 };
&gt; 
&gt; That looks like a lot of unconditional overhead for ports that never use
&gt; this, which currently includes EFL at least, perhaps also Mac and iOS? Or
&gt; maybe not? Is there a way to make this cost conditional?</span >

Ossy, Gyuyoung, what do you think about this? If this is too much overhead for EFL or you don't plan to reuse this code at all, I'll add a scroll animator class for GTK to move this there.</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>