Title: [272616] trunk/Source/WebCore
- Revision
- 272616
- Author
- [email protected]
- Date
- 2021-02-09 15:04:04 -0800 (Tue, 09 Feb 2021)
Log Message
Change release log to mention IOSurface
https://bugs.webkit.org/show_bug.cgi?id=221629
Reviewed by Tim Horton.
It's more memorable to search logs for "IOSurface".
* platform/graphics/cocoa/IOSurface.mm:
(WebCore::IOSurface::IOSurface):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (272615 => 272616)
--- trunk/Source/WebCore/ChangeLog 2021-02-09 22:51:09 UTC (rev 272615)
+++ trunk/Source/WebCore/ChangeLog 2021-02-09 23:04:04 UTC (rev 272616)
@@ -1,3 +1,15 @@
+2021-02-09 Simon Fraser <[email protected]>
+
+ Change release log to mention IOSurface
+ https://bugs.webkit.org/show_bug.cgi?id=221629
+
+ Reviewed by Tim Horton.
+
+ It's more memorable to search logs for "IOSurface".
+
+ * platform/graphics/cocoa/IOSurface.mm:
+ (WebCore::IOSurface::IOSurface):
+
2021-02-09 Eric Carlson <[email protected]>
[macOS] Add internal preference to control how AVOutputContext is allocated
Modified: trunk/Source/WebCore/platform/graphics/cocoa/IOSurface.mm (272615 => 272616)
--- trunk/Source/WebCore/platform/graphics/cocoa/IOSurface.mm 2021-02-09 22:51:09 UTC (rev 272615)
+++ trunk/Source/WebCore/platform/graphics/cocoa/IOSurface.mm 2021-02-09 23:04:04 UTC (rev 272616)
@@ -211,7 +211,7 @@
if (success)
m_totalBytes = IOSurfaceGetAllocSize(m_surface.get());
else
- RELEASE_LOG_ERROR(Layers, "Surface creation failed for size: (%d %d) and format: (%d)", size.width(), size.height(), format);
+ RELEASE_LOG_ERROR(Layers, "IOSurface creation failed for size: (%d %d) and format: (%d)", size.width(), size.height(), format);
}
IOSurface::IOSurface(IOSurfaceRef surface, CGColorSpaceRef colorSpace)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes