| 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 efc414b90174a9468e89df65b1baf0c536fb7cae..1a8458e8f74f6d1673ed0e0d60a46f51749de90e 100644
|
| --- a/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| +++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| @@ -473,6 +473,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; }
|
|
|