| 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 5e098f921e0d48c512b1e6437b92c7712987215b..06b420625aefa5c4be0215d0d465c545d1d7f28f 100644
|
| --- a/content/common/gpu/client/gl_helper_benchmark.cc
|
| +++ b/content/common/gpu/client/gl_helper_benchmark.cc
|
| @@ -292,7 +292,8 @@ TEST_F(GLHelperTest, DISABLED_ScaleTestImage) {
|
| gfx::Rect(0, 0,
|
| dst_size.width(),
|
| dst_size.height()),
|
| - static_cast<unsigned char *>(output_pixels.getPixels()));
|
| + static_cast<unsigned char *>(output_pixels.getPixels()),
|
| + SkBitmap::kARGB_8888_Config);
|
| context_->deleteTexture(dst_texture);
|
| std::string filename = base::StringPrintf("testoutput_%s_%d.ppm",
|
| kQualityNames[q],
|
|
|