Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(220)

Unified Diff: cc/quads/render_pass.h

Issue 2174843003: cc mojo: Use ArrayDataViews in RenderPasses (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix RenderPassId Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/ipc/typemaps.gni ('k') | cc/quads/render_pass.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « cc/ipc/typemaps.gni ('k') | cc/quads/render_pass.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698