Title: [290972] trunk/Source/WebCore
Revision
290972
Author
timothy_hor...@apple.com
Date
2022-03-07 19:27:30 -0800 (Mon, 07 Mar 2022)

Log Message

Fix the build

* platform/graphics/GraphicsContext.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (290971 => 290972)


--- trunk/Source/WebCore/ChangeLog	2022-03-08 03:07:25 UTC (rev 290971)
+++ trunk/Source/WebCore/ChangeLog	2022-03-08 03:27:30 UTC (rev 290972)
@@ -1,3 +1,9 @@
+2022-03-07  Tim Horton  <timothy_hor...@apple.com>
+
+        Fix the build
+
+        * platform/graphics/GraphicsContext.h:
+
 2022-03-07  Per Arne Vollan  <pvol...@apple.com>
 
         Preconnecting after process swap is a page load time improvement on some devices

Modified: trunk/Source/WebCore/platform/graphics/GraphicsContext.h (290971 => 290972)


--- trunk/Source/WebCore/platform/graphics/GraphicsContext.h	2022-03-08 03:07:25 UTC (rev 290971)
+++ trunk/Source/WebCore/platform/graphics/GraphicsContext.h	2022-03-08 03:27:30 UTC (rev 290972)
@@ -429,7 +429,7 @@
 
     virtual void drawNativeImage(NativeImage&, const FloatSize& selfSize, const FloatRect& destRect, const FloatRect& srcRect, const ImagePaintingOptions& = { }) = 0;
 
-    virtual void drawSystemImage(SystemImage&, const FloatRect&);
+    WEBCORE_EXPORT virtual void drawSystemImage(SystemImage&, const FloatRect&);
 
     WEBCORE_EXPORT ImageDrawResult drawImage(Image&, const FloatPoint& destination, const ImagePaintingOptions& = { ImageOrientation::FromImage });
     WEBCORE_EXPORT ImageDrawResult drawImage(Image&, const FloatRect& destination, const ImagePaintingOptions& = { ImageOrientation::FromImage });
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to