| 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 bc0664e08d20b169a2d6414ac09f804480a0606b..43ce6b641e68875ef7b16c990fc6acb3009f80ba 100644
|
| --- a/content/common/gpu/client/gl_helper_benchmark.cc
|
| +++ b/content/common/gpu/client/gl_helper_benchmark.cc
|
| @@ -296,7 +296,7 @@ TEST_F(GLHelperTest, DISABLED_ScaleTestImage) {
|
| std::string filename = base::StringPrintf("testoutput_%s_%d.ppm",
|
| kQualityNames[q],
|
| percents[p]);
|
| - LOG(INFO) << "Writing " << filename;
|
| + VLOG(0) << "Writing " << filename;
|
| SaveToFile(&output_pixels, base::FilePath::FromUTF8Unsafe(filename));
|
| }
|
| }
|
|
|