| Index: cc/resources/content_layer_updater.h
|
| diff --git a/cc/resources/content_layer_updater.h b/cc/resources/content_layer_updater.h
|
| index 7ab2429108e16154dfcc8fcd63d31c27e471da73..7dfcb6a794fc4360403fb0fa65e53ce8338a1c2a 100644
|
| --- a/cc/resources/content_layer_updater.h
|
| +++ b/cc/resources/content_layer_updater.h
|
| @@ -32,7 +32,7 @@ class CC_EXPORT ContentLayerUpdater : public LayerUpdater {
|
| virtual ~ContentLayerUpdater();
|
|
|
| void PaintContents(SkCanvas* canvas,
|
| - const gfx::Point& origin,
|
| + const gfx::Rect& content_rect,
|
| float contents_width_scale,
|
| float contents_height_scale,
|
| gfx::Rect* resulting_opaque_rect);
|
|
|