From 365333552cf67b7c97c4093177e7ed7b43f540ab Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Tue, 16 May 2017 15:40:23 -0700 Subject: CFDE_RenderDevice::m_bOwnerDevice is always false So remove it. But they probably wanted it to be true in one place, because it looks like a leak. So find a better way to own the object. Change-Id: I15937e29da5ce8b380f82cb20ee3ecc3f49b8ca3 Reviewed-on: https://pdfium-review.googlesource.com/5473 Commit-Queue: Tom Sepez Reviewed-by: dsinclair --- xfa/fxgraphics/cfx_graphics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xfa/fxgraphics/cfx_graphics.h') diff --git a/xfa/fxgraphics/cfx_graphics.h b/xfa/fxgraphics/cfx_graphics.h index b2e2cd1c88..8785a387d6 100644 --- a/xfa/fxgraphics/cfx_graphics.h +++ b/xfa/fxgraphics/cfx_graphics.h @@ -104,7 +104,7 @@ class CFX_Graphics { void SetDIBitsWithMatrix(const CFX_RetainPtr& source, CFX_Matrix* matrix); - CFX_RenderDevice* m_renderDevice; + CFX_RenderDevice* const m_renderDevice; // Not owned. std::vector> m_infoStack; }; -- cgit v1.2.3