| 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 778f2a3f3df0ff190ffb7aa35031e8fe2cbdfd05..3e03a611034b95cf35f2b5e90c89c5069a0dbba9 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -842,6 +842,8 @@ class CORE_EXPORT FrameView final
|
|
|
| LayoutUnit caretWidth() const;
|
|
|
| + void updateCaretsForPaintInvalidation();
|
| +
|
| protected:
|
| // Scroll the content via the compositor.
|
| bool scrollContentsFastPath(const IntSize& scrollDelta);
|
|
|