| Index: chrome/common/gfx/chrome_canvas.h
|
| ===================================================================
|
| --- chrome/common/gfx/chrome_canvas.h (revision 9107)
|
| +++ chrome/common/gfx/chrome_canvas.h (working copy)
|
| @@ -152,6 +152,8 @@
|
|
|
| // 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();
|
|
|