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

Unified Diff: chrome/browser/renderer_host/render_widget_host_view_views.cc

Issue 8491035: Revert 109583 - Move views/ime/text_input_client.h to ui/base/ime/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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/browser/renderer_host/render_widget_host_view_views.h ('k') | ui/base/ime/text_input_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_host/render_widget_host_view_views.cc
===================================================================
--- chrome/browser/renderer_host/render_widget_host_view_views.cc (revision 109585)
+++ chrome/browser/renderer_host/render_widget_host_view_views.cc (working copy)
@@ -684,7 +684,7 @@
return true;
}
-ui::TextInputClient* RenderWidgetHostViewViews::GetTextInputClient() {
+views::TextInputClient* RenderWidgetHostViewViews::GetTextInputClient() {
return this;
}
@@ -696,7 +696,7 @@
return true;
}
-// ui::TextInputClient implementation -----------------------------------------
+// TextInputClient implementation ---------------------------------------------
void RenderWidgetHostViewViews::SetCompositionText(
const ui::CompositionText& composition) {
if (!host_)
@@ -837,6 +837,10 @@
return true;
}
+views::View* RenderWidgetHostViewViews::GetOwnerViewOfTextInputClient() {
+ return this;
+}
+
void RenderWidgetHostViewViews::OnPaint(gfx::Canvas* canvas) {
if (is_hidden_ || !host_)
return;
Property changes on: chrome/browser/renderer_host/render_widget_host_view_views.cc
___________________________________________________________________
Deleted: svn:mergeinfo
« no previous file with comments | « chrome/browser/renderer_host/render_widget_host_view_views.h ('k') | ui/base/ime/text_input_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698