| Index: third_party/WebKit/Source/web/WebFrameWidgetImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
|
| index 93f970a7e8ce61bce10b5f9465bb1c0dd9f5d55f..5e2c84fcc2908255050ae7a9a808d630cd2cb09f 100644
|
| --- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
|
| @@ -110,6 +110,7 @@ class WebFrameWidgetImpl final
|
| void WillCloseLayerTreeView() override;
|
| bool GetCompositionCharacterBounds(WebVector<WebRect>& bounds) override;
|
| void SetRemoteViewportIntersection(const WebRect&) override;
|
| + void SetIsInert(bool) override;
|
|
|
| // WebFrameWidget implementation.
|
| WebLocalFrameImpl* LocalRoot() const override { return local_root_; }
|
|
|