| Index: third_party/WebKit/Source/core/html/HTMLImageElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLImageElement.h b/third_party/WebKit/Source/core/html/HTMLImageElement.h
|
| index 429a0bce4a9a1c7c432e2ce95b4f6a2681267d84..6caecfaec7899e9d0cb2ce59095a53e64c2f27ca 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLImageElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLImageElement.h
|
| @@ -83,8 +83,8 @@ class CORE_EXPORT HTMLImageElement final
|
| ImageResource* CachedImageResourceForImageDocument() const {
|
| return GetImageLoader().ImageResourceForImageDocument();
|
| }
|
| - void SetImageResource(ImageResourceContent* i) {
|
| - GetImageLoader().SetImage(i);
|
| + void SetImageForTest(ImageResourceContent* content) {
|
| + GetImageLoader().SetImageForTest(content);
|
| }
|
|
|
| void SetLoadingImageDocument() { GetImageLoader().SetLoadingImageDocument(); }
|
|
|