| Index: cc/layers/content_layer_client.h
|
| diff --git a/cc/layers/content_layer_client.h b/cc/layers/content_layer_client.h
|
| index 66c450468fc5944934eebddb0f83933ed945fafd..6c9983b255e7e43f3f78d1f146ac417031f1f708 100644
|
| --- a/cc/layers/content_layer_client.h
|
| +++ b/cc/layers/content_layer_client.h
|
| @@ -30,7 +30,6 @@ class CC_EXPORT ContentLayerClient {
|
| virtual gfx::Rect PaintableRegion() = 0;
|
|
|
| virtual scoped_refptr<DisplayItemList> PaintContentsToDisplayList(
|
| - const gfx::Rect& clip,
|
| PaintingControlSetting painting_status) = 0;
|
|
|
| // If true the layer may skip clearing the background before rasterizing,
|
|
|