| Index: ui/gfx/image/image_skia.cc
|
| diff --git a/ui/gfx/image/image_skia.cc b/ui/gfx/image/image_skia.cc
|
| index 88df621769aac342bc006ff663d9d2630568c9cb..6089de8c2a71907985300ca0a2650d07247c2c6a 100644
|
| --- a/ui/gfx/image/image_skia.cc
|
| +++ b/ui/gfx/image/image_skia.cc
|
| @@ -385,7 +385,11 @@ SkBitmap& ImageSkia::GetBitmap() const {
|
| return NullImageRep().mutable_sk_bitmap();
|
| }
|
|
|
| + // TODO(oshima): This made a few tests flaky on Windows.
|
| + // Fix the root cause and re-enable this. crbug.com/145623.
|
| +#if !defined(OS_WIN)
|
| CHECK(CanRead());
|
| +#endif
|
|
|
| ImageSkiaReps::iterator it =
|
| storage_->FindRepresentation(ui::SCALE_FACTOR_100P, true);
|
|
|