Chromium Code Reviews| 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..1c481f31ae40e4d3637dcacb749d24f7060101c5 100644 |
| --- a/core/src/fxge/agg/fx_agg_driver.h |
| +++ b/core/src/fxge/agg/fx_agg_driver.h |
| @@ -134,6 +134,7 @@ class CFX_AggDeviceDriver : public IFX_RenderDeviceDriver { |
| void SetClipMask(agg::rasterizer_scanline_aa& rasterizer); |
| virtual uint8_t* GetBuffer() const; |
|
Tom Sepez
2016/03/11 17:38:45
Nit: Pre-existing condition, but why is this virtu
caryclark
2016/03/13 01:02:38
I have no idea. Over time, I hope to completely re
|
| + const CFX_DIBitmap* GetBitmap() const { return m_pBitmap; } |
| private: |
| CFX_DIBitmap* m_pBitmap; |