Index: content/browser/renderer_host/render_widget_host_impl.h |
diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h |
index 365950b6aaa78f06034d676626da7b780994c509..8a5a539c76cedaa188fcc6b2687d260eb172d66a 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.h |
+++ b/content/browser/renderer_host/render_widget_host_impl.h |
@@ -205,6 +205,7 @@ class CONTENT_EXPORT RenderWidgetHostImpl |
blink::WebDragOperation operation) override; |
void DragSourceSystemDragEnded() override; |
void FilterDropData(DropData* drop_data) override; |
+ void SetCursor(const CursorInfo& cursor_info) override; |
// Notification that the screen info has changed. |
void NotifyScreenInfoChanged(); |