Index: cc/layers/layer_impl.h |
diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h |
index ee2634b70746e9adc38f1625d5a14acc702d7290..2f52701fb86acf00947e3da6c76e4a85044b2ac5 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_; } |