| Index: Source/core/frame/RemoteFrame.cpp
|
| diff --git a/Source/core/frame/RemoteFrame.cpp b/Source/core/frame/RemoteFrame.cpp
|
| index 19c25da7ab56b38d49bf4dac00c1b3d263e18a8a..1738c7a8a5ca21f20681a0875f98736860c1b6d7 100644
|
| --- a/Source/core/frame/RemoteFrame.cpp
|
| +++ b/Source/core/frame/RemoteFrame.cpp
|
| @@ -43,6 +43,11 @@ void RemoteFrame::detach()
|
| Frame::detach();
|
| }
|
|
|
| +void RemoteFrame::forwardInputEvent(Event* event)
|
| +{
|
| + remoteFrameClient()->forwardInputEvent(event);
|
| +}
|
| +
|
| void RemoteFrame::trace(Visitor* visitor)
|
| {
|
| visitor->trace(m_view);
|
|
|