| Index: third_party/WebKit/Source/core/editing/FrameSelection.h
|
| diff --git a/third_party/WebKit/Source/core/editing/FrameSelection.h b/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| index befd406e9ffeefdc541b83351d6526ab8a92ef4e..20171532d622a81739c2d1a3fef2ea049904ef5d 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| @@ -185,7 +185,7 @@ class CORE_EXPORT FrameSelection final
|
|
|
| void DidLayout();
|
| bool NeedsLayoutSelectionUpdate() const;
|
| - void CommitAppearanceIfNeeded(LayoutView&);
|
| + void CommitAppearanceIfNeeded();
|
| void SetCaretVisible(bool caret_is_visible);
|
| void ScheduleVisualUpdate() const;
|
| void ScheduleVisualUpdateForPaintInvalidationIfNeeded() const;
|
|
|