From ab0a50979b9eb4dfa3320eff7e187e41efedf7a9 Mon Sep 17 00:00:00 2001 From: Jocelyn Turcotte Date: Fri, 8 Aug 2014 14:30:41 +0200 Subject: Update Chromium to beta version 37.0.2062.68 Change-Id: I188e3b5aff1bec75566014291b654eb19f5bc8ca Reviewed-by: Andras Becsi --- chromium/content/plugin/webplugin_delegate_stub.cc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'chromium/content/plugin/webplugin_delegate_stub.cc') diff --git a/chromium/content/plugin/webplugin_delegate_stub.cc b/chromium/content/plugin/webplugin_delegate_stub.cc index fd4827d320b..81267b5f64f 100644 --- a/chromium/content/plugin/webplugin_delegate_stub.cc +++ b/chromium/content/plugin/webplugin_delegate_stub.cc @@ -13,6 +13,7 @@ #include "content/child/npapi/webplugin_delegate_impl.h" #include "content/child/npapi/webplugin_resource_client.h" #include "content/child/plugin_messages.h" +#include "content/common/cursors/webcursor.h" #include "content/plugin/plugin_channel.h" #include "content/plugin/plugin_thread.h" #include "content/plugin/webplugin_proxy.h" @@ -24,7 +25,6 @@ #include "third_party/WebKit/public/web/WebBindings.h" #include "third_party/npapi/bindings/npapi.h" #include "third_party/npapi/bindings/npruntime.h" -#include "webkit/common/cursors/webcursor.h" using blink::WebBindings; using blink::WebCursorInfo; @@ -345,9 +345,7 @@ void WebPluginDelegateStub::OnImeCompositionUpdated( int cursor_position) { if (delegate_) delegate_->ImeCompositionUpdated(text, clauses, target, cursor_position); -#if defined(OS_WIN) && !defined(USE_AURA) webplugin_->UpdateIMEStatus(); -#endif } void WebPluginDelegateStub::OnImeCompositionCompleted( @@ -444,7 +442,8 @@ void WebPluginDelegateStub::OnFetchURL( params.notify_redirect, params.is_plugin_src_load, channel_->renderer_id(), - params.render_view_id); + params.render_frame_id, + webplugin_->host_render_view_routing_id()); } } // namespace content -- cgit v1.2.3