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, |