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

Unified Diff: cc/layers/io_surface_layer.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/layers/io_surface_layer.h
diff --git a/cc/layers/io_surface_layer.h b/cc/layers/io_surface_layer.h
index 67d8e21ed45ab6193a69ee0b3305fd7ee472c593..0207587815396506a01cd77937dbaed5b0b24550 100644
--- a/cc/layers/io_surface_layer.h
+++ b/cc/layers/io_surface_layer.h
@@ -29,6 +29,8 @@ class CC_EXPORT IOSurfaceLayer : public Layer {
uint32_t io_surface_id_;
gfx::Size io_surface_size_;
+
+ DISALLOW_COPY_AND_ASSIGN(IOSurfaceLayer);
};
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698