| Index: third_party/WebKit/Source/web/RemoteFrameClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/RemoteFrameClientImpl.h b/third_party/WebKit/Source/web/RemoteFrameClientImpl.h
|
| index 6e30c2b8f9ae247ecab1dd23b028d6b51a7868f5..88ebdb7bb6cd60f0feb97fab840261f4ee258d04 100644
|
| --- a/third_party/WebKit/Source/web/RemoteFrameClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/RemoteFrameClientImpl.h
|
| @@ -40,6 +40,7 @@ class RemoteFrameClientImpl final : public RemoteFrameClient {
|
| void UpdateRemoteViewportIntersection(const IntRect&) override;
|
| void AdvanceFocus(WebFocusType, LocalFrame*) override;
|
| void VisibilityChanged(bool visible) override;
|
| + void SetIsInert(bool) override;
|
|
|
| WebRemoteFrameImpl* GetWebFrame() const { return web_frame_; }
|
|
|
|
|