Title: [240054] trunk/Source/WebCore
Revision
240054
Author
achristen...@apple.com
Date
2019-01-16 14:52:00 -0800 (Wed, 16 Jan 2019)

Log Message

Internal build fix.

* platform/graphics/ca/cocoa/PlatformCALayerCocoa.mm:
(WebCore::layerContentsFormat):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (240053 => 240054)


--- trunk/Source/WebCore/ChangeLog	2019-01-16 22:44:54 UTC (rev 240053)
+++ trunk/Source/WebCore/ChangeLog	2019-01-16 22:52:00 UTC (rev 240054)
@@ -1,3 +1,10 @@
+2019-01-16  Alex Christensen  <achristen...@webkit.org>
+
+        Internal build fix.
+
+        * platform/graphics/ca/cocoa/PlatformCALayerCocoa.mm:
+        (WebCore::layerContentsFormat):
+
 2019-01-16  Youenn Fablet  <you...@apple.com>
 
         ServiceWorkerContainer is leaking due to a ref cycle

Modified: trunk/Source/WebCore/platform/graphics/ca/cocoa/PlatformCALayerCocoa.mm (240053 => 240054)


--- trunk/Source/WebCore/platform/graphics/ca/cocoa/PlatformCALayerCocoa.mm	2019-01-16 22:44:54 UTC (rev 240053)
+++ trunk/Source/WebCore/platform/graphics/ca/cocoa/PlatformCALayerCocoa.mm	2019-01-16 22:52:00 UTC (rev 240054)
@@ -1051,8 +1051,10 @@
 #endif
 
 #if PLATFORM(MAC)
+    ALLOW_DEPRECATED_DECLARATIONS_BEGIN
     if (supportsSubpixelAntialiasedFonts && acceleratesDrawing)
         return kCAContentsFormatRGBA8ColorRGBA8LinearGlyphMask;
+    ALLOW_DEPRECATED_DECLARATIONS_END
 #else
     UNUSED_PARAM(supportsSubpixelAntialiasedFonts);
     UNUSED_PARAM(acceleratesDrawing);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to