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