Chromium Code Reviews| Index: third_party/WebKit/Source/core/editing/EditingStrategy.h |
| diff --git a/third_party/WebKit/Source/core/editing/EditingStrategy.h b/third_party/WebKit/Source/core/editing/EditingStrategy.h |
| index 2d16f7fd90f0ef7968604596e6ab1d4a7ae4f22a..d7b2c43b23006e7db7cb8bfef3d8c6dae574ef81 100644 |
| --- a/third_party/WebKit/Source/core/editing/EditingStrategy.h |
| +++ b/third_party/WebKit/Source/core/editing/EditingStrategy.h |
| @@ -25,11 +25,6 @@ class CORE_TEMPLATE_CLASS_EXPORT EditingAlgorithm : public Traversal { |
| public: |
| static int caretMaxOffset(const Node&); |
| - // TODO(yosin) We should make following functions to take |Node&| instead |
|
Xiaocheng
2016/10/21 10:52:25
Nit: we should keep this TODO in EditingStrategy.c
yosin_UTC9
2016/10/24 03:32:36
Done.
|
| - // of |Node*|. |
| - static bool isEmptyNonEditableNodeInEditable(const Node*); |
| - static bool editingIgnoresContent(const Node*); |
| - |
| // This method is used to create positions in the DOM. It returns the |
| // maximum valid offset in a node. It returns 1 for some elements even |
| // though they do not have children, which creates technically invalid DOM |