| Index: third_party/WebKit/Source/core/frame/RemoteFrame.h
|
| diff --git a/third_party/WebKit/Source/core/frame/RemoteFrame.h b/third_party/WebKit/Source/core/frame/RemoteFrame.h
|
| index 19830393658de863271a99d617b750a8f7daf1dc..a39ba94eab8319438f1ee8da2fd39e9374573202 100644
|
| --- a/third_party/WebKit/Source/core/frame/RemoteFrame.h
|
| +++ b/third_party/WebKit/Source/core/frame/RemoteFrame.h
|
| @@ -38,6 +38,7 @@ class CORE_EXPORT RemoteFrame final : public Frame {
|
| void PrintNavigationWarning(const String&) override {}
|
| bool PrepareForCommit() override;
|
| bool ShouldClose() override;
|
| + void SetIsInert(bool) override;
|
|
|
| void SetWebLayer(WebLayer*);
|
| WebLayer* GetWebLayer() const { return web_layer_; }
|
|
|