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

Unified Diff: cc/output/shader.cc

Issue 13065006: cc: Add DISALLOW_COPY_AND_ASSIGN where appropriate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add operator= for DrawingState back as well 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
« no previous file with comments | « cc/output/shader.h ('k') | cc/resources/picture_layer_tiling.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/shader.cc
diff --git a/cc/output/shader.cc b/cc/output/shader.cc
index 0200b6d2d43b4009bdcff8c35d402519269167da..43ee37fd27ba0d78ca4d40f12543a16211bef834 100644
--- a/cc/output/shader.cc
+++ b/cc/output/shader.cc
@@ -445,6 +445,9 @@ void FragmentTexOpaqueBinding::Init(WebGraphicsContext3D* context,
DCHECK(sampler_location_ != -1);
}
+FragmentShaderOESImageExternal::FragmentShaderOESImageExternal()
+ : sampler_location_(-1) {}
+
bool FragmentShaderOESImageExternal::Init(WebGraphicsContext3D* context,
unsigned program,
bool using_bind_uniform,
« no previous file with comments | « cc/output/shader.h ('k') | cc/resources/picture_layer_tiling.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698