| Index: third_party/WebKit/public/web/WebLocalFrame.h
|
| diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h
|
| index 3d452f434c421353e633943028ebe7f1a38275e1..3740f0e2fab9952e1445ae19a0a1efb04107b702 100644
|
| --- a/third_party/WebKit/public/web/WebLocalFrame.h
|
| +++ b/third_party/WebKit/public/web/WebLocalFrame.h
|
| @@ -10,6 +10,7 @@
|
| #include "WebFrameLoadType.h"
|
| #include "WebHistoryItem.h"
|
| #include "public/platform/WebCachePolicy.h"
|
| +#include "public/platform/WebURLError.h"
|
|
|
| namespace blink {
|
|
|
| @@ -123,6 +124,10 @@ class WebLocalFrame : public WebFrame {
|
| WebHistoryLoadType = WebHistoryDifferentDocumentLoad,
|
| bool isClientRedirect = false) = 0;
|
|
|
| + // On load failure, attempts to make frame's parent rendering fallback content
|
| + // and stop this frame loading.
|
| + virtual bool maybeRenderFallbackContent(const WebURLError&) const = 0;
|
| +
|
| // Navigation State -------------------------------------------------------
|
|
|
| // Returns true if the current frame's load event has not completed.
|
|
|