Chromium Code Reviews| Index: public/web/WebLocalFrame.h |
| diff --git a/public/web/WebLocalFrame.h b/public/web/WebLocalFrame.h |
| index 72be9be027a3d3374333f3127deeb89687edc365..e085e05dde55b8e7f00c82b55a7c59695ec05d0e 100644 |
| --- a/public/web/WebLocalFrame.h |
| +++ b/public/web/WebLocalFrame.h |
| @@ -120,7 +120,7 @@ public: |
| // Moves the selection extent point. This function does not allow the |
| // selection to collapse. If the new extent is set to the same position as |
| // the current base, this function will do nothing. |
| - virtual void moveRangeSelectionExtent(const WebPoint&, TextGranularity = CharacterGranularity) = 0; |
|
Rick Byers
2015/04/16 19:09:48
Are there already no callers in chromium that supp
mfomitchev1
2015/04/16 19:33:00
Nope. This parameter was just added by yoichio rec
Rick Byers
2015/04/16 19:35:10
Acknowledged.
|
| + virtual void moveRangeSelectionExtent(const WebPoint&) = 0; |
| // Content Settings ------------------------------------------------------- |