summaryrefslogtreecommitdiffstats
path: root/chrome/common/gfx/chrome_canvas.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/gfx/chrome_canvas.h')
-rw-r--r--chrome/common/gfx/chrome_canvas.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/gfx/chrome_canvas.h b/chrome/common/gfx/chrome_canvas.h
index 6465298..a78d85c 100644
--- a/chrome/common/gfx/chrome_canvas.h
+++ b/chrome/common/gfx/chrome_canvas.h
@@ -152,6 +152,8 @@ class ChromeCanvas : public skia::PlatformCanvas {
// Tiles the image in the specified region.
void TileImageInt(const SkBitmap& bitmap, int x, int y, int w, int h);
+ void TileImageInt(const SkBitmap& bitmap, int src_x, int src_y,
+ int dest_x, int dest_y, int w, int h);
// Extracts a bitmap from the contents of this canvas.
SkBitmap ExtractBitmap();