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

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

Issue 7824037: Get surrounding text from webkit. This CL is for sharing code only. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 4 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 | « chrome/tools/build/linux/chrome-wrapper ('k') | content/browser/renderer_host/render_widget_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_widget_host.h
diff --git a/content/browser/renderer_host/render_widget_host.h b/content/browser/renderer_host/render_widget_host.h
index 776bbc6be90d125bcdcbc09858e5071bf6a51bff..61ee2e0a4c5bfd41f0929d846452ff655cc5a239 100644
--- a/content/browser/renderer_host/render_widget_host.h
+++ b/content/browser/renderer_host/render_widget_host.h
@@ -47,6 +47,7 @@ class RenderProcessHost;
class RenderWidgetHostView;
class TransportDIB;
class WebCursor;
+struct ViewHostMsg_ImeUpdateTextInputState_Params;
struct ViewHostMsg_UpdateRect_Params;
// This class manages the browser side of a browser<->renderer HWND connection.
@@ -458,9 +459,8 @@ class RenderWidgetHost : public IPC::Channel::Listener,
virtual void OnMsgBlur();
void OnMsgSetCursor(const WebCursor& cursor);
- void OnMsgImeUpdateTextInputState(ui::TextInputType type,
- bool can_compose_inline,
- const gfx::Rect& caret_rect);
+ void OnMsgImeUpdateTextInputState(
+ const ViewHostMsg_ImeUpdateTextInputState_Params& params);
void OnMsgImeCompositionRangeChanged(const ui::Range& range);
void OnMsgImeCancelComposition();
« no previous file with comments | « chrome/tools/build/linux/chrome-wrapper ('k') | content/browser/renderer_host/render_widget_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698