| Index: Source/core/editing/VisibleSelection.h
|
| diff --git a/Source/core/editing/VisibleSelection.h b/Source/core/editing/VisibleSelection.h
|
| index 4b51859d0f292cad40aff746b3786a3e0e8d29be..223e058fa9b7e0d4d0f23e836214406c7283ae16 100644
|
| --- a/Source/core/editing/VisibleSelection.h
|
| +++ b/Source/core/editing/VisibleSelection.h
|
| @@ -30,6 +30,7 @@
|
| #include "core/editing/SelectionType.h"
|
| #include "core/editing/TextGranularity.h"
|
| #include "core/editing/VisiblePosition.h"
|
| +#include "core/editing/VisibleUnits.h"
|
|
|
| namespace blink {
|
|
|
| @@ -145,8 +146,8 @@ public:
|
| void showTreeForThis() const;
|
| #endif
|
|
|
| - void setStartRespectingGranularity(TextGranularity);
|
| - void setEndRespectingGranularity(TextGranularity);
|
| + void setStartRespectingGranularity(TextGranularity, EWordSide = RightWordIfOnBoundary);
|
| + void setEndRespectingGranularity(TextGranularity, EWordSide = RightWordIfOnBoundary);
|
|
|
| private:
|
| void validate(TextGranularity = CharacterGranularity);
|
|
|