| Index: cc/layers/layer.h
|
| diff --git a/cc/layers/layer.h b/cc/layers/layer.h
|
| index f0e1b832aeaa42bc01f20aa513af1d09b8402c8a..5e4a4018ed6e69fe92aac918585f9820b968f37b 100644
|
| --- a/cc/layers/layer.h
|
| +++ b/cc/layers/layer.h
|
| @@ -372,6 +372,7 @@ class CC_EXPORT Layer : public base::RefCounted<Layer>,
|
|
|
| void CreateRenderSurface();
|
| void ClearRenderSurface();
|
| + void ClearRenderSurfaceLayerList();
|
|
|
| // The contents scale converts from logical, non-page-scaled pixels to target
|
| // pixels. The contents scale is 1 for the root layer as it is already in
|
|
|