14 lines
901 B
14 lines
901 B
Index: chromium-130.0.6723.44/third_party/skia/src/core/SkRasterPipeline.h
|
|
===================================================================
|
|
--- chromium-130.0.6723.44.orig/third_party/skia/src/core/SkRasterPipeline.h
|
|
+++ chromium-130.0.6723.44/third_party/skia/src/core/SkRasterPipeline.h
|
|
@@ -27,7 +27,7 @@ struct SkImageInfo;
|
|
struct skcms_TransferFunction;
|
|
|
|
#if __has_cpp_attribute(clang::musttail) && !defined(__EMSCRIPTEN__) && !defined(SK_CPU_ARM32) && \
|
|
- !defined(SK_CPU_LOONGARCH) && !(defined(_WIN32) && defined(SK_BUILD_FOR_ANDROID_FRAMEWORK))
|
|
+ !defined(SK_CPU_LOONGARCH) && !(defined(_WIN32) && defined(SK_BUILD_FOR_ANDROID_FRAMEWORK)) && !defined(__powerpc64__)
|
|
// [[clang::musttail]] is disabled for the Android version of Skia running on Windows as it
|
|
// causes crashes (This is probably related to http://crbug.com/1505442).
|
|
#define SK_HAS_MUSTTAIL 1
|