Title: [294274] trunk/Source/WebKit
Revision
294274
Author
timothy_hor...@apple.com
Date
2022-05-16 15:59:07 -0700 (Mon, 16 May 2022)

Log Message

Fix the build after 250556@main

* Shared/RemoteLayerTree/RemoteLayerBackingStore.mm:
(WebKit::RemoteLayerBackingStore::applyBackingStoreToLayer):
Maintain the status quo here, for now, by adopting unsafeBuffer().

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (294273 => 294274)


--- trunk/Source/WebKit/ChangeLog	2022-05-16 22:56:32 UTC (rev 294273)
+++ trunk/Source/WebKit/ChangeLog	2022-05-16 22:59:07 UTC (rev 294274)
@@ -1,3 +1,11 @@
+2022-05-16  Tim Horton  <timothy_hor...@apple.com>
+
+        Fix the build after 250556@main
+
+        * Shared/RemoteLayerTree/RemoteLayerBackingStore.mm:
+        (WebKit::RemoteLayerBackingStore::applyBackingStoreToLayer):
+        Maintain the status quo here, for now, by adopting unsafeBuffer().
+
 2022-05-16  Yury Semikhatsky  <yu...@chromium.org>
 
         [SOUP2] Compute number of header bytes whe using soup 2

Modified: trunk/Source/WebKit/Shared/RemoteLayerTree/RemoteLayerBackingStore.mm (294273 => 294274)


--- trunk/Source/WebKit/Shared/RemoteLayerTree/RemoteLayerBackingStore.mm	2022-05-16 22:56:32 UTC (rev 294273)
+++ trunk/Source/WebKit/Shared/RemoteLayerTree/RemoteLayerBackingStore.mm	2022-05-16 22:59:07 UTC (rev 294274)
@@ -606,7 +606,7 @@
             [layer setValue:@1 forKeyPath:WKCGDisplayListBifurcationEnabledKey];
         } else
             layer.opaque = m_isOpaque;
-        auto data = ""
+        auto data = ""
         [(WKCompositingLayer *)layer _setWKContents:contents.get() withDisplayList:data.get() replayForTesting:replayCGDisplayListsIntoBackingStore];
         return;
     }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to