summaryrefslogtreecommitdiff
path: root/chromium/ui/views/controls/textfield/textfield.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/views/controls/textfield/textfield.h')
-rw-r--r--chromium/ui/views/controls/textfield/textfield.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/ui/views/controls/textfield/textfield.h b/chromium/ui/views/controls/textfield/textfield.h
index 9c4b28d689f..8f26353fa19 100644
--- a/chromium/ui/views/controls/textfield/textfield.h
+++ b/chromium/ui/views/controls/textfield/textfield.h
@@ -366,7 +366,8 @@ class VIEWS_EXPORT Textfield : public View,
// Returns the TextfieldModel's text/cursor/selection rendering model.
gfx::RenderText* GetRenderText() const;
- gfx::Point GetLastClickLocation() const;
+ // Returns the last click root location (relative to the root window).
+ gfx::Point GetLastClickRootLocation() const;
// Get the text from the selection clipboard.
virtual base::string16 GetSelectionClipboardText() const;