Index: cc/layers/layer_impl.h |
diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h |
index 6ec1573b0c93f44426925cdfdec34d4f8433b867..69c3c7a9b1911a48a35c86adb9c7bcf0d109c817 100644 |
--- a/cc/layers/layer_impl.h |
+++ b/cc/layers/layer_impl.h |
@@ -84,7 +84,8 @@ class CC_EXPORT LayerImpl : LayerAnimationValueObserver { |
void ClearChildList(); |
void PassCopyRequests(ScopedPtrVector<CopyOutputRequest>* requests); |
- void TakeCopyRequests(ScopedPtrVector<CopyOutputRequest>* request); |
+ void TakeCopyRequestsAndTransformToTarget( |
+ ScopedPtrVector<CopyOutputRequest>* request); |
bool HasCopyRequest() const { return !copy_requests_.empty(); } |
void SetMaskLayer(scoped_ptr<LayerImpl> mask_layer); |