| Index: content/common/gpu/client/gl_helper_benchmark.cc
|
| diff --git a/content/common/gpu/client/gl_helper_benchmark.cc b/content/common/gpu/client/gl_helper_benchmark.cc
|
| index a394fcfa474b0046da66dbfed6a95596977b2fdd..6925b83e20de946bbabb1a27e7cb7312fa355a8a 100644
|
| --- a/content/common/gpu/client/gl_helper_benchmark.cc
|
| +++ b/content/common/gpu/client/gl_helper_benchmark.cc
|
| @@ -283,7 +283,7 @@ TEST_F(GLHelperTest, DISABLED_ScaleTestImage) {
|
| std::string filename = base::StringPrintf("testoutput_%s_%d.ppm",
|
| kQualityNames[q],
|
| percents[p]);
|
| - VLOG(0) << "Writing " << filename;
|
| + DVLOG(0) << "Writing " << filename;
|
| SaveToFile(&output_pixels, base::FilePath::FromUTF8Unsafe(filename));
|
| }
|
| }
|
|
|