Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(590)

Unified Diff: content/browser/renderer_host/text_input_manager.h

Issue 2814443003: Fix a bug in TextInputManager::GetCompositionRangeInfo (Closed)
Patch Set: Removed the argument |view| Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/renderer_host/text_input_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 215b03d5e97f576a544cfd362ee6480a73c3bddf..797f2ee3b7e7af91df122257ea53dacd6eae6413 100644
--- a/content/browser/renderer_host/text_input_manager.h
+++ b/content/browser/renderer_host/text_input_manager.h
@@ -157,10 +157,8 @@ class CONTENT_EXPORT TextInputManager {
RenderWidgetHostViewBase* view = nullptr) const;
// Returns the composition range and character bounds information for the
- // |view|. If |view| == nullptr, it will assume |active_view_| and return its
- // state. If |active_view_| == nullptr, this method will return nullptr.
- const TextInputManager::CompositionRangeInfo* GetCompositionRangeInfo(
- RenderWidgetHostViewBase* view = nullptr) const;
+ // |active_view_|. Returns nullptr If |active_view_| == nullptr.
+ const TextInputManager::CompositionRangeInfo* GetCompositionRangeInfo() const;
// The following method returns the text selection state for the given |view|.
// If |view| == nullptr, it will assume |active_view_| and return its state.
« no previous file with comments | « no previous file | content/browser/renderer_host/text_input_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698