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

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

Issue 2954963003: Request Composition Range Updates for Focused GuestViews based on BrowserPlugins (Closed)
Patch Set: Created 3 years, 6 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
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 797f2ee3b7e7af91df122257ea53dacd6eae6413..b4cbcaec304d476ef5303f8c8a456639310e0919 100644
--- a/content/browser/renderer_host/text_input_manager.h
+++ b/content/browser/renderer_host/text_input_manager.h
@@ -224,6 +224,7 @@ class CONTENT_EXPORT TextInputManager {
size_t GetRegisteredViewsCountForTesting();
ui::TextInputType GetTextInputTypeForViewForTesting(
RenderWidgetHostViewBase* view);
+ const gfx::Range* GetCompositionRangeForTesting() const;
private:
// This class is used to create maps which hold specific IME state for a
« no previous file with comments | « content/browser/browser_plugin/browser_plugin_guest.cc ('k') | content/browser/renderer_host/text_input_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698