Chromium Code Reviews| Index: core/fxge/include/fx_ge.h |
| diff --git a/core/fxge/include/fx_ge.h b/core/fxge/include/fx_ge.h |
| index aceaa76a943cf59fe713e33f2f4538bd983a9e96..a466d743c7afa5633e25ad0408922b30dec73aaa 100644 |
| --- a/core/fxge/include/fx_ge.h |
| +++ b/core/fxge/include/fx_ge.h |
| @@ -214,6 +214,9 @@ class CFX_RenderDevice { |
| CFX_RenderDevice(); |
| virtual ~CFX_RenderDevice(); |
| +#ifdef _SKIA_SUPPORT_ |
| + void Flush(); |
|
Lei Zhang
2016/07/21 22:58:51
Combine with line 387?
Wei Li
2016/07/22 03:55:20
Done.
|
| +#endif |
| // Take ownership of |pDriver|. |
| void SetDeviceDriver(std::unique_ptr<IFX_RenderDeviceDriver> pDriver); |
| IFX_RenderDeviceDriver* GetDeviceDriver() const { |