| Index: cc/quads/render_pass.h
|
| diff --git a/cc/quads/render_pass.h b/cc/quads/render_pass.h
|
| index 052a83311c4f7b1f754d53ef0d42e4d1aa6b8cc8..a82e9d866621676394b5506abbe04857d20c44bd 100644
|
| --- a/cc/quads/render_pass.h
|
| +++ b/cc/quads/render_pass.h
|
| @@ -68,6 +68,9 @@ class CC_EXPORT RenderPass {
|
| // requests.
|
| std::unique_ptr<RenderPass> Copy(RenderPassId new_id) const;
|
|
|
| + // A deep copy of the render pass that includes quads.
|
| + std::unique_ptr<RenderPass> DeepCopy() const;
|
| +
|
| // A deep copy of the render passes in the list including the quads.
|
| static void CopyAll(const std::vector<std::unique_ptr<RenderPass>>& in,
|
| std::vector<std::unique_ptr<RenderPass>>* out);
|
|
|