Index: cc/picture.h |
diff --git a/cc/picture.h b/cc/picture.h |
index 361578cf56711a28b4693769a71592cc2fa90aa3..ab3408ccf9724849c041d081a7c91661efc605c7 100644 |
--- a/cc/picture.h |
+++ b/cc/picture.h |
@@ -41,7 +41,7 @@ public: |
// Raster this Picture's layer_rect into the given canvas. |
// Assumes contentsScale have already been applied. |
danakj
2013/01/05 00:04:58
Is this comment wrong now?
enne (OOO)
2013/01/06 03:57:18
Good catch. Done.
|
- void Raster(SkCanvas* canvas); |
+ void Raster(SkCanvas* canvas, gfx::Rect content_rect, float contents_scale); |
void GatherPixelRefs(const gfx::Rect& rect, |
std::list<skia::LazyPixelRef*>&); |