| Index: core/fxge/include/cfx_fxgedevice.h
|
| diff --git a/core/fxge/include/cfx_fxgedevice.h b/core/fxge/include/cfx_fxgedevice.h
|
| index a5dba37c3e3393e586ee7a609de4d81931ada43d..7f34f1ca4aaede913b9fef98753cd5057f7281ff 100644
|
| --- a/core/fxge/include/cfx_fxgedevice.h
|
| +++ b/core/fxge/include/cfx_fxgedevice.h
|
| @@ -28,8 +28,15 @@ class CFX_FxgeDevice : public CFX_RenderDevice {
|
|
|
| #ifdef _SKIA_SUPPORT_
|
| bool AttachRecorder(SkPictureRecorder* recorder);
|
| + void Clear(uint32_t color);
|
| SkPictureRecorder* CreateRecorder(int size_x, int size_y);
|
| void DebugVerifyBitmapIsPreMultiplied() const override;
|
| + bool SetBitsWithMask(const CFX_DIBSource* pBitmap,
|
| + const CFX_DIBSource* pMask,
|
| + int left,
|
| + int top,
|
| + int bitmap_alpha,
|
| + int blend_type) override;
|
| #endif
|
|
|
| private:
|
|
|