| Index: core/fxge/include/cfx_renderdevice.h
|
| diff --git a/core/fxge/include/cfx_renderdevice.h b/core/fxge/include/cfx_renderdevice.h
|
| index fafa6260e192886dc04877a2bd2eaa1d7ee81373..390d39b69d0d4e3e8c93b60ce0963fbf96a73978 100644
|
| --- a/core/fxge/include/cfx_renderdevice.h
|
| +++ b/core/fxge/include/cfx_renderdevice.h
|
| @@ -253,6 +253,12 @@ class CFX_RenderDevice {
|
|
|
| #ifdef _SKIA_SUPPORT_
|
| virtual void DebugVerifyBitmapIsPreMultiplied() const;
|
| + virtual bool SetBitsWithMask(const CFX_DIBSource* pBitmap,
|
| + const CFX_DIBSource* pMask,
|
| + int left,
|
| + int top,
|
| + int bitmap_alpha,
|
| + int blend_type);
|
| void Flush();
|
| #endif
|
|
|
|
|