<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:mcatanzaro&#64;igalia.com" title="Michael Catanzaro &lt;mcatanzaro&#64;igalia.com&gt;"> <span class="fn">Michael Catanzaro</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Avoid the redirected window resize when the view is realized in AC mode"
   href="https://bugs.webkit.org/show_bug.cgi?id=159463">bug 159463</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;">Attachment #282881 Flags</td>
           <td>review?
           </td>
           <td>review+
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Avoid the redirected window resize when the view is realized in AC mode"
   href="https://bugs.webkit.org/show_bug.cgi?id=159463#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Avoid the redirected window resize when the view is realized in AC mode"
   href="https://bugs.webkit.org/show_bug.cgi?id=159463">bug 159463</a>
              from <span class="vcard"><a class="email" href="mailto:mcatanzaro&#64;igalia.com" title="Michael Catanzaro &lt;mcatanzaro&#64;igalia.com&gt;"> <span class="fn">Michael Catanzaro</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=282881&amp;action=diff" name="attach_282881" title="Patch">attachment 282881</a> <a href="attachment.cgi?id=282881&amp;action=edit" title="Patch">[details]</a></span>
Patch

View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=282881&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=282881&amp;action=review</a>

<span class="quote">&gt; Source/WebKit2/ChangeLog:18
&gt; +        WebPageProxy the redirected window has access to the devide scale factor and view widget to get the parent</span >

device

<span class="quote">&gt; Source/WebKit2/ChangeLog:26
&gt; +        (WebKit::RedirectedXCompositeWindow::~RedirectedXCompositeWindow): Deleted.</span >

prepare-ChangeLog bug

<span class="quote">&gt; Source/WebKit2/UIProcess/gtk/RedirectedXCompositeWindow.cpp:140
&gt; +    return std::unique_ptr&lt;RedirectedXCompositeWindow&gt;(new RedirectedXCompositeWindow(webPage, initialSize, WTFMove(damageNotify)));</span >

Since you modified this line anyway, change it to use std::make_unique while you're at it, please. Using new outside of a create function is not OK anymore.</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>