Title: [232094] trunk/Source/WebCore
Revision
232094
Author
[email protected]
Date
2018-05-22 18:45:42 -0700 (Tue, 22 May 2018)

Log Message

Optimized path zoom animation needs a valid UIImage and CGRect
https://bugs.webkit.org/show_bug.cgi?id=185883
<rdar://problem/40306056>

Build fix.

* loader/FrameLoadRequest.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (232093 => 232094)


--- trunk/Source/WebCore/ChangeLog	2018-05-23 00:17:45 UTC (rev 232093)
+++ trunk/Source/WebCore/ChangeLog	2018-05-23 01:45:42 UTC (rev 232094)
@@ -1,3 +1,13 @@
+2018-05-22  Dean Jackson  <[email protected]>
+
+        Optimized path zoom animation needs a valid UIImage and CGRect
+        https://bugs.webkit.org/show_bug.cgi?id=185883
+        <rdar://problem/40306056>
+
+        Build fix.
+
+        * loader/FrameLoadRequest.h:
+
 2018-05-22  Commit Queue  <[email protected]>
 
         Unreviewed, rolling out r232081.

Modified: trunk/Source/WebCore/loader/FrameLoadRequest.h (232093 => 232094)


--- trunk/Source/WebCore/loader/FrameLoadRequest.h	2018-05-23 00:17:45 UTC (rev 232093)
+++ trunk/Source/WebCore/loader/FrameLoadRequest.h	2018-05-23 01:45:42 UTC (rev 232094)
@@ -109,7 +109,6 @@
     AtomicString m_downloadAttribute;
     InitiatedByMainFrame m_initiatedByMainFrame { InitiatedByMainFrame::Unknown };
     bool m_isCrossOriginWindowOpenNavigation { false };
-    bool m_isSystemPreview { false };
     SystemPreviewInfo m_systemPreviewInfo;
 };
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to