| Index: third_party/WebKit/Source/core/frame/LocalFrameView.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalFrameView.cpp b/third_party/WebKit/Source/core/frame/LocalFrameView.cpp
|
| index eb4a4a1ec33aff08a541398a156a1814c4ad9cb5..ab4eeb4512b421d2b4390744847448881398114f 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalFrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/LocalFrameView.cpp
|
| @@ -2666,7 +2666,7 @@ void LocalFrameView::GetTickmarks(Vector<IntRect>& tickmarks) const {
|
| return;
|
| }
|
| tickmarks =
|
| - GetFrame().GetDocument()->Markers().RenderedRectsForTextMatchMarkers();
|
| + GetFrame().GetDocument()->Markers().LayoutRectsForTextMatchMarkers();
|
| }
|
|
|
| void LocalFrameView::SetInputEventsTransformForEmulation(
|
|
|