Index: content/browser/renderer_host/render_widget_host_view_aura.cc |
=================================================================== |
--- content/browser/renderer_host/render_widget_host_view_aura.cc (revision 245822) |
+++ content/browser/renderer_host/render_widget_host_view_aura.cc (working copy) |
@@ -2548,7 +2548,7 @@ |
void RenderWidgetHostViewAura::OnCaptureLost() { |
host_->LostCapture(); |
if (touch_editing_client_) |
- touch_editing_client_->EndTouchEditing(false); |
+ touch_editing_client_->EndTouchEditing(); |
} |
void RenderWidgetHostViewAura::OnPaint(gfx::Canvas* canvas) { |
@@ -3063,7 +3063,7 @@ |
host_->SetInputMethodActive(false); |
if (touch_editing_client_) |
- touch_editing_client_->EndTouchEditing(false); |
+ touch_editing_client_->EndTouchEditing(); |
// If we lose the focus while fullscreen, close the window; Pepper Flash |
// won't do it for us (unlike NPAPI Flash). However, we do not close the |