| Index: third_party/WebKit/Source/core/editing/VisibleSelection.h
|
| diff --git a/third_party/WebKit/Source/core/editing/VisibleSelection.h b/third_party/WebKit/Source/core/editing/VisibleSelection.h
|
| index 55b88264368ff0b13af9705a50e7a2698c063400..60eeb149c14734f3553f6a56118990b98fd15774 100644
|
| --- a/third_party/WebKit/Source/core/editing/VisibleSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/VisibleSelection.h
|
| @@ -122,8 +122,6 @@ class CORE_TEMPLATE_CLASS_EXPORT VisibleSelectionTemplate {
|
|
|
| void appendTrailingWhitespace();
|
|
|
| - void expandUsingGranularity(TextGranularity);
|
| -
|
| // TODO(yosin) Most callers probably don't want these functions, but
|
| // are using them for historical reasons. |toNormalizedEphemeralRange()|
|
| // contracts the range around text, and moves the caret most backward
|
|
|