| Index: third_party/WebKit/Source/platform/loader/fetch/ResourceLoader.h
|
| diff --git a/third_party/WebKit/Source/platform/loader/fetch/ResourceLoader.h b/third_party/WebKit/Source/platform/loader/fetch/ResourceLoader.h
|
| index 91fb9eaa195fe4a8f591eb97d4f1915ff782c0aa..72f9b0ce4812a67aa4f193ca2d06c71dc84b8184 100644
|
| --- a/third_party/WebKit/Source/platform/loader/fetch/ResourceLoader.h
|
| +++ b/third_party/WebKit/Source/platform/loader/fetch/ResourceLoader.h
|
| @@ -108,6 +108,7 @@ class PLATFORM_EXPORT ResourceLoader final
|
| void handleError(const ResourceError&);
|
|
|
| void didFinishLoadingFirstPartInMultipart();
|
| + void reloadIfLoFiOrPlaceholderImage(Resource*);
|
|
|
| private:
|
| // Assumes ResourceFetcher and Resource are non-null.
|
|
|