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

Unified Diff: cc/output/delegated_frame_data.h

Issue 13065006: cc: Add DISALLOW_COPY_AND_ASSIGN where appropriate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 9 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/output/delegated_frame_data.h
diff --git a/cc/output/delegated_frame_data.h b/cc/output/delegated_frame_data.h
index 7402da1998222b1efc09298276e48d4fcf84029a..f7b89bce8433a3d412e122f38041a351c1490c73 100644
--- a/cc/output/delegated_frame_data.h
+++ b/cc/output/delegated_frame_data.h
@@ -20,6 +20,9 @@ class CC_EXPORT DelegatedFrameData {
TransferableResourceArray resource_list;
ScopedPtrVector<RenderPass> render_pass_list;
+
+ private:
+ DISALLOW_COPY_AND_ASSIGN(DelegatedFrameData);
};
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698