| Index: Source/core/frame/FrameOwner.h
|
| diff --git a/Source/core/frame/FrameOwner.h b/Source/core/frame/FrameOwner.h
|
| index 468acbaf7176a0a0178c324c57d389d5631344ee..45381e28f04124de1cd505f829289e013bdb44b4 100644
|
| --- a/Source/core/frame/FrameOwner.h
|
| +++ b/Source/core/frame/FrameOwner.h
|
| @@ -23,6 +23,11 @@ public:
|
|
|
| virtual SandboxFlags sandboxFlags() const = 0;
|
| virtual void dispatchLoad() = 0;
|
| +
|
| + // On load failure, a frame can ask its owner to render fallback content
|
| + // which replaces the frame contents. If this call returns true, no further
|
| + // processing of the failed load should occur.
|
| + virtual bool renderFallbackContent() = 0;
|
| };
|
|
|
| } // namespace blink
|
|
|