| Index: Source/core/layout/PendingSelection.h
|
| diff --git a/Source/core/layout/PendingSelection.h b/Source/core/layout/PendingSelection.h
|
| index 7b93a1068ad31dbb02c859928454dd133a2c39b0..8f6f75f0c8493631da08997dbcfe0c6908fd27a4 100644
|
| --- a/Source/core/layout/PendingSelection.h
|
| +++ b/Source/core/layout/PendingSelection.h
|
| @@ -50,6 +50,12 @@ public:
|
| private:
|
| PendingSelection();
|
|
|
| + template <typename Strategy>
|
| + bool isInDocumentAlgorithm(const Document&) const;
|
| +
|
| + template <typename Strategy>
|
| + VisibleSelection calcVisibleSelectionAlgorithm() const;
|
| +
|
| VisibleSelection m_selection;
|
| bool m_hasPendingSelection : 1;
|
| bool m_shouldShowBlockCursor : 1;
|
|
|