| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
#include "core/fxge/agg/cfx_agg_cliprgn.h"Can forward declare.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
#include "core/fxge/agg/cfx_agg_cliprgn.h"Tom SepezCan forward declare.
Done
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
1 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: core/fxge/dib/cfx_dibitmap.h
Insertions: 2, Deletions: 1.
@@ -18,10 +18,11 @@
#include "core/fxcrt/retain_ptr.h"
#include "core/fxcrt/span.h"
#include "core/fxcrt/span_util.h"
-#include "core/fxge/agg/cfx_agg_cliprgn.h"
#include "core/fxge/dib/cfx_dibbase.h"
#include "core/fxge/dib/fx_dib.h"
+class CFX_AggClipRgn;
+
class CFX_DIBitmap final : public CFX_DIBBase {
public:
struct PitchAndSize {
```
Remove CFX_AggClipRgn from CFX_DIBBase.
It only needs to know about FX_RECT boxes, not masks.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |