Title: [280036] trunk/Source/WebKit
Revision
280036
Author
timothy_hor...@apple.com
Date
2021-07-19 11:06:33 -0700 (Mon, 19 Jul 2021)

Log Message

Fix the build.

* Shared/RemoteLayerTree/RemoteLayerTreeTransaction.mm:
(WebKit::nameForBackingStoreType):

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (280035 => 280036)


--- trunk/Source/WebKit/ChangeLog	2021-07-19 18:00:31 UTC (rev 280035)
+++ trunk/Source/WebKit/ChangeLog	2021-07-19 18:06:33 UTC (rev 280036)
@@ -1,3 +1,10 @@
+2021-07-19  Tim Horton  <timothy_hor...@apple.com>
+
+        Fix the build.
+
+        * Shared/RemoteLayerTree/RemoteLayerTreeTransaction.mm:
+        (WebKit::nameForBackingStoreType):
+
 2021-07-18  Wenson Hsieh  <wenson_hs...@apple.com>
 
         [iOS] [AX] Keyboard text candidates don't update when changing selection using Switch Control

Modified: trunk/Source/WebKit/Shared/RemoteLayerTree/RemoteLayerTreeTransaction.mm (280035 => 280036)


--- trunk/Source/WebKit/Shared/RemoteLayerTree/RemoteLayerTreeTransaction.mm	2021-07-19 18:00:31 UTC (rev 280035)
+++ trunk/Source/WebKit/Shared/RemoteLayerTree/RemoteLayerTreeTransaction.mm	2021-07-19 18:06:33 UTC (rev 280036)
@@ -822,10 +822,6 @@
         return "IOSurface";
     case RemoteLayerBackingStore::Type::Bitmap:
         return "Bitmap";
-#if ENABLE(CG_DISPLAY_LIST_BACKED_IMAGE_BUFFER)
-    case RemoteLayerBackingStore::Type::CGDisplayList:
-        return "CGDisplayList";
-#endif
     }
     return nullptr;
 }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to