| 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 747dc3f2578f2a4b43139d52301b68225d5cb12b..87ab8799582f5ba41f2383d11fe79c4c157f32f4 100644
|
| --- a/third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp
|
| @@ -192,4 +192,8 @@ void RemoteFrameClientImpl::visibilityChanged(bool visible) {
|
| m_webFrame->client()->visibilityChanged(visible);
|
| }
|
|
|
| +void RemoteFrameClientImpl::setHasReceivedUserGesture() {
|
| + m_webFrame->client()->setHasReceivedUserGesture();
|
| +}
|
| +
|
| } // namespace blink
|
|
|