| Index: third_party/WebKit/Source/core/loader/EmptyClients.h
|
| diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.h b/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| index c367de21786c764d451ad5123b9f11da62d3e212..be38267d65ffc758f463c981e04ab2fe59b029a5 100644
|
| --- a/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| +++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| @@ -462,6 +462,7 @@ class CORE_EXPORT EmptyRemoteFrameClient
|
| const IntRect& viewport_intersection) override {}
|
| void AdvanceFocus(WebFocusType, LocalFrame* source) override {}
|
| void VisibilityChanged(bool visible) override {}
|
| + void SetIsInert(bool) override {}
|
|
|
| // FrameClient implementation.
|
| bool InShadowTree() const override { return false; }
|
|
|