diff options
Diffstat (limited to 'xfa/fxgraphics/cfx_graphics.h')
-rw-r--r-- | xfa/fxgraphics/cfx_graphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<CFX_DIBSource>& source, CFX_Matrix* matrix); - CFX_RenderDevice* m_renderDevice; + CFX_RenderDevice* const m_renderDevice; // Not owned. std::vector<std::unique_ptr<TInfo>> m_infoStack; }; |