| Index: third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp b/third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp
|
| index 5f8296dd211a69442f197cacf1f3775844cde432..36904792db212566e74a26b317976243d7e3688c 100644
|
| --- a/third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp
|
| @@ -159,4 +159,8 @@ void RemoteFrameClientImpl::VisibilityChanged(bool visible) {
|
| web_frame_->Client()->VisibilityChanged(visible);
|
| }
|
|
|
| +void RemoteFrameClientImpl::SetIsInert(bool inert) {
|
| + web_frame_->Client()->SetIsInert(inert);
|
| +}
|
| +
|
| } // namespace blink
|
|
|