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

Unified Diff: cc/quads/render_pass.h

Issue 2088603002: Implement RenderPass StructTraits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unnecessary change Created 4 years, 6 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
Index: cc/quads/render_pass.h
diff --git a/cc/quads/render_pass.h b/cc/quads/render_pass.h
index 052a83311c4f7b1f754d53ef0d42e4d1aa6b8cc8..c2dac111c2f93dcc8e6f258e3619bd938b6a7249 100644
--- a/cc/quads/render_pass.h
+++ b/cc/quads/render_pass.h
@@ -59,6 +59,8 @@ class CC_EXPORT RenderPass {
public:
~RenderPass();
+ RenderPass& operator=(RenderPass&& other);
danakj 2016/06/22 00:05:09 make a constructor too then.
Fady Samuel 2016/06/22 20:08:15 This is actually an unnecessary change since I mad
+
static std::unique_ptr<RenderPass> Create();
static std::unique_ptr<RenderPass> Create(size_t num_layers);
static std::unique_ptr<RenderPass> Create(size_t shared_quad_state_list_size,

Powered by Google App Engine
This is Rietveld 408576698