| Index: cc/layers/layer_impl.h
|
| diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
|
| index 5bad9b0a7c2518fe7c9a1a23a74efc2d1ead33c6..05820838ff2b595158501471738b48d0d1228c0c 100644
|
| --- a/cc/layers/layer_impl.h
|
| +++ b/cc/layers/layer_impl.h
|
| @@ -158,7 +158,6 @@ class CC_EXPORT LayerImpl {
|
| void TakeCopyRequestsAndTransformToTarget(
|
| std::vector<std::unique_ptr<CopyOutputRequest>>* request);
|
| bool HasCopyRequest() const { return !copy_requests_.empty(); }
|
| - bool InsideCopyRequest() const;
|
|
|
| void SetMaskLayer(std::unique_ptr<LayerImpl> mask_layer);
|
| LayerImpl* mask_layer() { return mask_layer_; }
|
|
|