Kaydet (Commit) e9ebb8c1 authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl Kaydeden (comit) Tomaž Vajngerl

use CGContextHolder in AquaSalBitmap

Change-Id: I87f5a1bc2c41c58cff747bbad82867d53ea92ce7
Reviewed-on: https://gerrit.libreoffice.org/72442
Tested-by: Jenkins
Reviewed-by: 's avatarTomaž Vajngerl <quikee@gmail.com>
üst 0353d0e5
......@@ -39,7 +39,7 @@ class BitmapPalette;
class QuartzSalBitmap : public SalBitmap
{
public:
CGContextRef mxGraphicContext;
CGContextHolder maGraphicContext;
mutable CGImageRef mxCachedImage;
BitmapPalette maPalette;
std::shared_ptr<sal_uInt8> m_pUserBuffer;
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment