| Index: core/fxge/ifx_renderdevicedriver.h
|
| diff --git a/core/fxge/ifx_renderdevicedriver.h b/core/fxge/ifx_renderdevicedriver.h
|
| index 6a99276eba9821a7f394d5b42a9941ad753e0280..6a5b63ba326961bb726cbb72aa0d1190201af4d3 100644
|
| --- a/core/fxge/ifx_renderdevicedriver.h
|
| +++ b/core/fxge/ifx_renderdevicedriver.h
|
| @@ -103,6 +103,9 @@ class IFX_RenderDeviceDriver {
|
| int top,
|
| int bitmap_alpha,
|
| int blend_type);
|
| +#if defined _SKIA_SUPPORT_ || defined _SKIA_SUPPORT_PATHS_
|
| + virtual void Flush();
|
| +#endif
|
| };
|
|
|
| #endif // CORE_FXGE_IFX_RENDERDEVICEDRIVER_H_
|
|
|