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

Unified Diff: gpu/tools/compositor_model_bench/render_model_utils.cc

Issue 13710002: Clean up scoped_array<T> construction from NULL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 | « no previous file | net/spdy/spdy_framer_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | net/spdy/spdy_framer_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698