tdf#130380 Chart: Fix area chart data labels position
[LibreOffice.git] / external / skia / Wdeprecated-copy.patch.0
blob4e0682bcebd9a30504bdb8af486f5023d96e6ce6
1 --- include/core/SkSurfaceProps.h
2 +++ include/core/SkSurfaceProps.h
3 @@ -63,7 +63,6 @@
4      };
5      SkSurfaceProps(InitType);
6      SkSurfaceProps(uint32_t flags, InitType);
7 -    SkSurfaceProps(const SkSurfaceProps& other);
8  
9      uint32_t flags() const { return fFlags; }
10      SkPixelGeometry pixelGeometry() const { return fPixelGeometry; }
11 --- src/image/SkSurface.cpp
12 +++ src/image/SkSurface.cpp
13 @@ -52,11 +52,6 @@
14      : fFlags(flags), fPixelGeometry(pg)
15  {}
17 -SkSurfaceProps::SkSurfaceProps(const SkSurfaceProps& other)
18 -    : fFlags(other.fFlags)
19 -    , fPixelGeometry(other.fPixelGeometry)
20 -{}
22  ///////////////////////////////////////////////////////////////////////////////
24  SkSurface_Base::SkSurface_Base(int width, int height, const SkSurfaceProps* props)