| Index: third_party/WebKit/Source/core/frame/ImageBitmapTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/ImageBitmapTest.cpp b/third_party/WebKit/Source/core/frame/ImageBitmapTest.cpp
|
| index 9843ef9e5b4bf0742cfffd26f18dc4ee60170c16..10c101a586f27d9550657220c163d6e322179ea5 100644
|
| --- a/third_party/WebKit/Source/core/frame/ImageBitmapTest.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/ImageBitmapTest.cpp
|
| @@ -134,7 +134,7 @@ TEST_F(ImageBitmapTest, ImageResourceConsistency) {
|
| ASSERT_NE(imageBitmapExteriorCrop->bitmapImage()->imageForCurrentFrame(),
|
| imageElement->cachedImage()->getImage()->imageForCurrentFrame());
|
|
|
| - StaticBitmapImage* emptyImage = imageBitmapOutsideCrop->bitmapImage();
|
| + RefPtr<StaticBitmapImage> emptyImage = imageBitmapOutsideCrop->bitmapImage();
|
| ASSERT_NE(emptyImage->imageForCurrentFrame(),
|
| imageElement->cachedImage()->getImage()->imageForCurrentFrame());
|
| }
|
|
|