| Index: Source/web/WebFrameImpl.cpp
|
| diff --git a/Source/web/WebFrameImpl.cpp b/Source/web/WebFrameImpl.cpp
|
| index 0d69563f87d877860196d43002d219f0a2b0c2b2..e4e07e638f8b80f4cc89a93aeea247192e04a22c 100644
|
| --- a/Source/web/WebFrameImpl.cpp
|
| +++ b/Source/web/WebFrameImpl.cpp
|
| @@ -1366,6 +1366,11 @@ void WebFrameImpl::moveCaretSelection(const WebPoint& point)
|
| frame()->selection()->moveTo(position, UserTriggered);
|
| }
|
|
|
| +void WebFrameImpl::setCaretVisible(bool visible)
|
| +{
|
| + frame()->selection()->setCaretVisible(visible);
|
| +}
|
| +
|
| VisiblePosition WebFrameImpl::visiblePositionForWindowPoint(const WebPoint& point)
|
| {
|
| FloatPoint unscaledPoint(point);
|
|
|