Index: gpu/tools/compositor_model_bench/render_model_utils.cc |
diff --git a/gpu/tools/compositor_model_bench/render_model_utils.cc b/gpu/tools/compositor_model_bench/render_model_utils.cc |
index d2bed4603586a506a0f8c5199b3a54756ad7be30..7e1eb5cc3e0816f9a6e1c137ffff5486040ce5d8 100644 |
--- a/gpu/tools/compositor_model_bench/render_model_utils.cc |
+++ b/gpu/tools/compositor_model_bench/render_model_utils.cc |
@@ -15,8 +15,6 @@ |
TextureGenerator::TextureGenerator(RenderNode* root) |
: stage_(DiscoveryStage), |
- tex_ids_(NULL), |
- image_data_(NULL), |
images_generated_(0) { |
DiscoverInputIDs(root); |
GenerateGLTexIDs(); |