| 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 e4ab293664602bf4fbc3542a8c11743a43e5f1be..63ba827491b1801b63901f7132cf978645ecf07e 100644
|
| --- a/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| +++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| @@ -460,6 +460,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; }
|
|
|