| Index: third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp b/third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp
|
| index 60e9fc9ecc7100329b5e0598683535cfea7ca4f8..eb5de1a909716bea14bfc45f370fd9f8c6ddd291 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp
|
| @@ -105,7 +105,7 @@ public:
|
| {
|
| // In the context of this test, the following loop will give the correct result, but only because the test
|
| // forces all frames to be decoded in loadImage() above. There is no general guarantee that frameDecodedSize()
|
| - // is up-to-date. Because of how multi frame images (like GIF) work, requesting one frame to be decoded may
|
| + // is up to date. Because of how multi frame images (like GIF) work, requesting one frame to be decoded may
|
| // require other previous frames to be decoded as well. In those cases frameDecodedSize() wouldn't return the
|
| // correct thing for the previous frame because the decoded size wouldn't have propagated upwards to the
|
| // BitmapImage frame cache.
|
|
|