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

Unified Diff: content/renderer/render_widget.h

Issue 8073021: Implement Pepper IME API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge trunk. Created 9 years, 2 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/renderer/render_widget.h
diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
index 17db0c246ac291ca16313ce4ee8f0448d319a756..8ffcb881a36f5bb319bd35ee2d68d03d6679c8f8 100644
--- a/content/renderer/render_widget.h
+++ b/content/renderer/render_widget.h
@@ -285,6 +285,7 @@ class CONTENT_EXPORT RenderWidget
// Override point to obtain that the current input method state and caret
// position.
virtual ui::TextInputType GetTextInputType();
+ virtual gfx::Rect GetCaretBounds();
// Override point to obtain that the current input method state about
// composition text.

Powered by Google App Engine
This is Rietveld 408576698