| Index: third_party/WebKit/Source/core/loader/ImageLoader.h
|
| diff --git a/third_party/WebKit/Source/core/loader/ImageLoader.h b/third_party/WebKit/Source/core/loader/ImageLoader.h
|
| index 4898446af2cdcee88aef2c42cc7d63b547deb88d..efc04d77d7e7f386cf86a02bc3fc2f77bfaebcbe 100644
|
| --- a/third_party/WebKit/Source/core/loader/ImageLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/ImageLoader.h
|
| @@ -85,6 +85,7 @@ public:
|
| ImageResource* image() const { return m_image.get(); }
|
| void setImage(ImageResource*); // Cancels pending load events, and doesn't dispatch new ones.
|
|
|
| + bool isLoadingImageDocument() { return m_loadingImageDocument; }
|
| void setLoadingImageDocument() { m_loadingImageDocument = true; }
|
|
|
| bool hasPendingActivity() const
|
|
|