| Index: third_party/WebKit/Source/core/frame/FrameView.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.cpp b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| index 92cd329996f7e78c48dfedbab0a716d2f80c4dcf..fbd607c64840da92b577031e5cd6f37352b495f3 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -5174,4 +5174,8 @@ void FrameView::setAnimationHost(
|
| m_animationHost = std::move(host);
|
| }
|
|
|
| +LayoutUnit FrameView::caretWidth() const {
|
| + return LayoutUnit(getHostWindow()->windowToViewportScalar(1));
|
| +}
|
| +
|
| } // namespace blink
|
|
|