| 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 a681c4a7811a8f5d110a078178e057b61e68e972..2aa9c674b3c31fcbbb43026774907dfa36d9ac72 100644
|
| --- a/third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp
|
| @@ -155,4 +155,8 @@ void RemoteFrameClientImpl::VisibilityChanged(bool visible) {
|
| web_frame_->Client()->VisibilityChanged(visible);
|
| }
|
|
|
| +void RemoteFrameClientImpl::SetIsInert(bool inert) {
|
| + web_frame_->Client()->SetIsInert(inert);
|
| +}
|
| +
|
| } // namespace blink
|
|
|