Allow content embedder to set a cursor for RenderWidgetHost

https://codereview.chromium.org/2808763009
This commit is contained in:
Aleksei Kuzmin 2017-06-16 23:59:57 +03:00
parent 1126719e7f
commit c7f2e2731c
3 changed files with 3 additions and 3 deletions

View file

@ -1553,7 +1553,7 @@ void WebContents::CapturePage(mate::Arguments* args) {
}
void WebContents::OnCursorChange(const content::WebCursor& cursor) {
content::WebCursor::CursorInfo info;
content::CursorInfo info;
cursor.GetCursorInfo(&info);
if (cursor.IsCustom()) {