| Index: third_party/WebKit/Source/core/editing/Editor.h
|
| diff --git a/third_party/WebKit/Source/core/editing/Editor.h b/third_party/WebKit/Source/core/editing/Editor.h
|
| index cf0ff43f65c7f7f0ad80bfb5f5fe5324f731af06..28b59976019ade5de87a8b057601a4b3f799570c 100644
|
| --- a/third_party/WebKit/Source/core/editing/Editor.h
|
| +++ b/third_party/WebKit/Source/core/editing/Editor.h
|
| @@ -282,7 +282,7 @@ private:
|
|
|
| void revealSelectionAfterEditingOperation(const ScrollAlignment& = ScrollAlignment::alignCenterIfNeeded, RevealExtentOption = DoNotRevealExtent);
|
| void changeSelectionAfterCommand(const VisibleSelection& newSelection, FrameSelection::SetSelectionOptions);
|
| - void notifyComponentsOnChangedSelection(const VisibleSelection& oldSelection);
|
| + void notifyComponentsOnChangedSelection();
|
|
|
| Element* findEventTargetFromSelection() const;
|
|
|
|
|