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 6a3113d0708c1963c8124b462965c7ac32512ed3..8111e46d13b3214c33f7b43c035dc30a1e216468 100644 |
| --- a/core/fxge/include/fx_ge.h |
| +++ b/core/fxge/include/fx_ge.h |
| @@ -412,6 +412,7 @@ class CFX_FxgeDevice : public CFX_RenderDevice { |
| #ifdef _SKIA_SUPPORT_ |
| bool AttachRecorder(SkPictureRecorder* recorder); |
| SkPictureRecorder* CreateRecorder(int size_x, int size_y); |
| + void PreMultiply(); |
| #endif |
| protected: |