Chromium Code Reviews| Index: content/test/gpu/gpu_tests/pixel.py |
| diff --git a/content/test/gpu/gpu_tests/pixel.py b/content/test/gpu/gpu_tests/pixel.py |
| index 88ad710acf7055fe91b2277b9b71ec1f4afffdcb..d461bb789612e6a6122d9e8388edc46a4b29d89f 100644 |
| --- a/content/test/gpu/gpu_tests/pixel.py |
| +++ b/content/test/gpu/gpu_tests/pixel.py |
| @@ -134,7 +134,7 @@ class _PixelValidator(cloud_storage_test_base.ValidatorBase): |
| image_path = image_path + '_' + str(cur_revision) + '.png' |
| try: |
| - ref_png = bitmap.Bitmap.FromPngFile(image_path) |
| + ref_png = bitmap.Bitmap.FromImageFile(image_path) |
| except IOError: |
| ref_png = None |