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