| Index: Source/core/editing/SelectionController.h
|
| diff --git a/Source/core/editing/SelectionController.h b/Source/core/editing/SelectionController.h
|
| index d658d404fb3e4264e265fd7f8d96a6a09a1e98d3..4fd749e18267294677c68ce3d40ac454c9d70c7c 100644
|
| --- a/Source/core/editing/SelectionController.h
|
| +++ b/Source/core/editing/SelectionController.h
|
| @@ -64,6 +64,7 @@ public:
|
| void setMouseDownMayStartSelect(bool);
|
| bool mouseDownMayStartSelect() const;
|
| bool mouseDownWasSingleClickInSelection() const;
|
| + void notifySelectionChanged();
|
|
|
| private:
|
| explicit SelectionController(LocalFrame&);
|
|
|