summaryrefslogtreecommitdiffstats
path: root/gpu/tools
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/tools')
-rw-r--r--gpu/tools/compositor_model_bench/render_model_utils.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/gpu/tools/compositor_model_bench/render_model_utils.cc b/gpu/tools/compositor_model_bench/render_model_utils.cc
index d2bed46..7e1eb5c 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();