File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- 1237
1
+ 1238
Original file line number Diff line number Diff line change @@ -5299,7 +5299,7 @@ index 892d8de6d345d91fda80cfa5334c4aa68b757da3..a22497d801a349487be10b15139e9c76
5299
5299
5300
5300
#if PLATFORM(IOS_FAMILY)
5301
5301
diff --git a/Source/WebCore/platform/graphics/cairo/ImageBufferUtilitiesCairo.cpp b/Source/WebCore/platform/graphics/cairo/ImageBufferUtilitiesCairo.cpp
5302
- index d79728555b7db9b59cb615c55a7a7a6851cb57c8..6c05bfbcc1056e5fb906bf019cc52472d1b02882 100644
5302
+ index d79728555b7db9b59cb615c55a7a7a6851cb57c8..61d3cc4b488e35ef9e1afa1ce3ac5f5d60ebe9a7 100644
5303
5303
--- a/Source/WebCore/platform/graphics/cairo/ImageBufferUtilitiesCairo.cpp
5304
5304
+++ b/Source/WebCore/platform/graphics/cairo/ImageBufferUtilitiesCairo.cpp
5305
5305
@@ -48,6 +48,13 @@
@@ -5339,7 +5339,7 @@ index d79728555b7db9b59cb615c55a7a7a6851cb57c8..6c05bfbcc1056e5fb906bf019cc52472
5339
5339
+ jpeg_create_compress(&info);
5340
5340
+
5341
5341
+ unsigned char* bufferPtr = nullptr;
5342
- + size_t bufferSize;
5342
+ + unsigned long bufferSize;
5343
5343
+ jpeg_mem_dest(&info, &bufferPtr, &bufferSize);
5344
5344
+ info.image_width = cairo_image_surface_get_width(image);
5345
5345
+ info.image_height = cairo_image_surface_get_height(image);
You can’t perform that action at this time.
0 commit comments