| Index: third_party/WebKit/Source/core/frame/FrameView.h
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
|
| index 5d2aa73bb171606a0ec5570651f445d9b0262ff9..1e6ffcb367df436a60354bf705de5d621bf06712 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -835,6 +835,8 @@ class CORE_EXPORT FrameView final
|
| // our scrollbars (see: computeScrollbarExistence).
|
| void visualViewportScrollbarsChanged();
|
|
|
| + LayoutUnit caretWidth() const;
|
| +
|
| protected:
|
| // Scroll the content via the compositor.
|
| bool scrollContentsFastPath(const IntSize& scrollDelta);
|
|
|