| Index: third_party/WebKit/Source/core/editing/GranularityStrategy.h
|
| diff --git a/third_party/WebKit/Source/core/editing/GranularityStrategy.h b/third_party/WebKit/Source/core/editing/GranularityStrategy.h
|
| index 9c40589d1b781cd88e0215dda2de93935aaac2ec..e93b29d8d02e7c6610a27b44970dd9ec6e02ca7a 100644
|
| --- a/third_party/WebKit/Source/core/editing/GranularityStrategy.h
|
| +++ b/third_party/WebKit/Source/core/editing/GranularityStrategy.h
|
| @@ -108,7 +108,8 @@ class DirectionGranularityStrategy final : public GranularityStrategy {
|
| // Current selection granularity being used.
|
| TextGranularity m_granularity;
|
|
|
| - // Horizontal offset in pixels in absolute coordinates applied to the extent point.
|
| + // Horizontal offset in pixels in absolute coordinates applied to the extent
|
| + // point.
|
| int m_offset;
|
|
|
| // This defines location of the offset-adjusted extent point (from the
|
|
|