| 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 282f0666f72d8e1803d0e3a41f87abbb3e8b3ab5..f9d46b3ffeebcca58aea075694747ed6e6a8c7fc 100644
|
| --- a/third_party/WebKit/Source/core/editing/VisibleSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/VisibleSelection.h
|
| @@ -184,8 +184,6 @@ class CORE_TEMPLATE_CLASS_EXPORT VisibleSelectionTemplate {
|
| void setBaseAndExtentToDeepEquivalents();
|
| void adjustSelectionToAvoidCrossingShadowBoundaries();
|
| void adjustSelectionToAvoidCrossingEditingBoundaries();
|
| - void setEndRespectingGranularity(TextGranularity);
|
| - void setStartRespectingGranularity(TextGranularity);
|
| void updateSelectionType();
|
|
|
| // We need to store these as Positions because VisibleSelection is
|
|
|