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

Unified Diff: content/browser/web_contents/web_contents_impl.h

Issue 2503563002: Drag-and-drop: updateDragCursor (Closed)
Patch Set: Created 4 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
Index: content/browser/web_contents/web_contents_impl.h
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
index 91349dc42e043b3017c70693e6a343b5ea084274..13b791944563951e2201bbf57f35d236d82b1de9 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -69,6 +69,7 @@ class MediaWebContentsObserver;
class PluginContentOriginWhitelist;
class RenderViewHost;
class RenderViewHostDelegateView;
+class RenderWidgetHost;
class RenderWidgetHostImpl;
class RenderWidgetHostInputEventRouter;
class SavePackage;
@@ -662,6 +663,8 @@ class CONTENT_EXPORT WebContentsImpl
void SendScreenRects() override;
void OnFirstPaintAfterLoad(RenderWidgetHostImpl* render_widget_host) override;
TextInputManager* GetTextInputManager() override;
+ bool OnMessageReceived(RenderWidgetHost* render_widget_host,
+ const IPC::Message& message) override;
// RenderFrameHostManager::Delegate ------------------------------------------
@@ -907,6 +910,7 @@ class CONTENT_EXPORT WebContentsImpl
const base::string16& user_input);
bool OnMessageReceived(RenderViewHost* render_view_host,
+ RenderWidgetHost* render_widget_host,
RenderFrameHost* render_frame_host,
const IPC::Message& message);

Powered by Google App Engine
This is Rietveld 408576698