summaryrefslogtreecommitdiffstats
path: root/views/painter.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/painter.h')
-rw-r--r--views/painter.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/views/painter.h b/views/painter.h
index 40e5db3..a237461 100644
--- a/views/painter.h
+++ b/views/painter.h
@@ -37,7 +37,8 @@ class Painter {
// destination size.
// Ownership is passed to the caller.
static Painter* CreateImagePainter(const SkBitmap& image,
- const gfx::Insets& insets);
+ const gfx::Insets& insets,
+ bool paint_center);
virtual ~Painter() {}