diff options
Diffstat (limited to 'webkit/tools/test_shell/test_webview_delegate.cc')
-rw-r--r-- | webkit/tools/test_shell/test_webview_delegate.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/test_webview_delegate.cc b/webkit/tools/test_shell/test_webview_delegate.cc index 7e21c6f..475289ca 100644 --- a/webkit/tools/test_shell/test_webview_delegate.cc +++ b/webkit/tools/test_shell/test_webview_delegate.cc @@ -714,7 +714,7 @@ void TestWebViewDelegate::SetCursor(WebWidget* webwidget, DestroyIcon(custom_cursor_); custom_cursor_ = NULL; } - if (cursor.type() == WebCursor::CUSTOM) { + if (cursor.IsCustom()) { custom_cursor_ = cursor.GetCustomCursor(); host->SetCursor(custom_cursor_); } else { |