| Index: core/src/fxge/agg/fx_agg_driver.h
|
| diff --git a/core/src/fxge/agg/fx_agg_driver.h b/core/src/fxge/agg/fx_agg_driver.h
|
| index ac2dfd02e3fcf13f8ff048cca5627ee791f46480..bcc2300a3b417fdf580bc87bd1ef79c06500902f 100644
|
| --- a/core/src/fxge/agg/fx_agg_driver.h
|
| +++ b/core/src/fxge/agg/fx_agg_driver.h
|
| @@ -135,9 +135,9 @@ class CFX_AggDeviceDriver : public IFX_RenderDeviceDriver {
|
|
|
| virtual uint8_t* GetBuffer() const;
|
|
|
| - private:
|
| CFX_DIBitmap* m_pBitmap;
|
| CFX_ClipRgn* m_pClipRgn;
|
| + private:
|
| CFX_ArrayTemplate<CFX_ClipRgn*> m_StateStack;
|
| void* m_pPlatformGraphics;
|
| void* m_pPlatformBitmap;
|
|
|