summaryrefslogtreecommitdiffstats
path: root/gfx/canvas_skia.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/canvas_skia.h')
-rw-r--r--gfx/canvas_skia.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gfx/canvas_skia.h b/gfx/canvas_skia.h
index 153e812..7db41a0 100644
--- a/gfx/canvas_skia.h
+++ b/gfx/canvas_skia.h
@@ -95,6 +95,8 @@ class CanvasSkia : public skia::PlatformCanvas,
virtual void TranslateInt(int x, int y);
virtual void ScaleInt(int x, int y);
virtual void FillRectInt(const SkColor& color, int x, int y, int w, int h);
+ virtual void FillRectInt(const SkColor& color, int x, int y, int w, int h,
+ SkXfermode::Mode mode);
virtual void FillRectInt(const gfx::Brush* brush, int x, int y, int w, int h);
virtual void DrawRectInt(const SkColor& color, int x, int y, int w, int h);
virtual void DrawRectInt(const SkColor& color,