| 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 be1ec1f71f2767c54fb8cd4bf1dce69c1649d4b5..683d3f3b01d635a14bdff29c506f19e259d59dc5 100644
|
| --- a/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| +++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| @@ -469,6 +469,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; }
|
|
|