| Index: cc/layers/layer_impl.h
|
| diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
|
| index 492a98e0e8bc9f2f401f7f47c4e466c79b4da24d..796b09952ef39b784c09c9b5896d768a51ed014a 100644
|
| --- a/cc/layers/layer_impl.h
|
| +++ b/cc/layers/layer_impl.h
|
| @@ -186,7 +186,7 @@ class CC_EXPORT LayerImpl {
|
| void TakeCopyRequestsAndTransformToTarget(
|
| std::vector<scoped_ptr<CopyOutputRequest>>* request);
|
| bool HasCopyRequest() const { return !copy_requests_.empty(); }
|
| - bool AnchestorHasCopyRequest() const;
|
| + bool InsideCopyRequest() const;
|
|
|
| void SetMaskLayer(scoped_ptr<LayerImpl> mask_layer);
|
| LayerImpl* mask_layer() { return mask_layer_; }
|
|
|