office-gobmx/external/skia/fix-msvc.patch.1
Luboš Luňák 0a6ec034dc update Skia to chrome/m81
Change-Id: I62ac293ac5fde3716b2db1421301f3a4aed0bcc9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87763
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2020-01-31 13:21:30 +01:00

13 lines
486 B
Groff

diff --git a/src/gpu/GrFragmentProcessor.h b/src/gpu/GrFragmentProcessor.h
index 03d22aeaae..0f91f6f73c 100644
--- a/src/gpu/GrFragmentProcessor.h
+++ b/src/gpu/GrFragmentProcessor.h
@@ -603,7 +603,7 @@ public:
operator bool() const { return fFPIter; }
bool operator!=(const FPItemEndIter&) { return (bool)*this; }
- FPItemIter(const FPItemIter&) = delete;
+ FPItemIter(const FPItemIter&) = default;
FPItemIter& operator=(const FPItemIter&) = delete;
private: