| Index: ui/views/selection_controller.h
|
| diff --git a/ui/views/selection_controller.h b/ui/views/selection_controller.h
|
| index ed9ffabb7d5a66a17341c70a0ccaafa4cee6ff5e..8a410e9e148aac9aa1f15d4d419a9fb56646bb3f 100644
|
| --- a/ui/views/selection_controller.h
|
| +++ b/ui/views/selection_controller.h
|
| @@ -53,6 +53,9 @@ class VIEWS_EXPORT SelectionController {
|
| // Tracks the mouse clicks for single/double/triple clicks.
|
| void TrackMouseClicks(const ui::MouseEvent& event);
|
|
|
| + // Selects the word at the given |point|.
|
| + void SelectWord(const gfx::Point& point);
|
| +
|
| // Returns the associated render text instance via the |delegate_|.
|
| gfx::RenderText* GetRenderText();
|
|
|
|
|