| Index: content/browser/renderer_host/text_input_manager.h
|
| diff --git a/content/browser/renderer_host/text_input_manager.h b/content/browser/renderer_host/text_input_manager.h
|
| index b09ae5069420f5c96af8b022c118a5a5e52fc008..d3040c6aa5f878969e249fd479bc01e71c07c4b0 100644
|
| --- a/content/browser/renderer_host/text_input_manager.h
|
| +++ b/content/browser/renderer_host/text_input_manager.h
|
| @@ -106,6 +106,7 @@ class CONTENT_EXPORT TextInputManager {
|
| // The following method returns the text selection state for the given |view|.
|
| // If |view| == nullptr, it will assume |active_view_| and return its state.
|
| // In the case of |active_view_| == nullptr, the method will return nullptr.
|
| + // This method will not return nullptr when |view| != nullptr.
|
| const TextSelection* GetTextSelection(
|
| RenderWidgetHostViewBase* view = nullptr) const;
|
|
|
|
|