| Index: webkit/plugins/npapi/webplugin_delegate_impl_win.cc
|
| ===================================================================
|
| --- webkit/plugins/npapi/webplugin_delegate_impl_win.cc (revision 156019)
|
| +++ webkit/plugins/npapi/webplugin_delegate_impl_win.cc (working copy)
|
| @@ -1515,6 +1515,8 @@
|
| // exceptions, such as IME, where it sometimes returns true.
|
| ret = true;
|
|
|
| +// TODO(jam): do we need this for Aura?
|
| +#if !defined(USE_AURA)
|
| if (np_event.event == WM_MOUSEMOVE) {
|
| current_windowless_cursor_.InitFromExternalCursor(GetCursor());
|
| // Snag a reference to the current cursor ASAP in case the plugin modified
|
| @@ -1522,6 +1524,7 @@
|
| // as someone might be setting the cursor in the main process as well.
|
| current_windowless_cursor_.GetCursorInfo(cursor_info);
|
| }
|
| +#endif
|
|
|
| handle_event_depth_--;
|
|
|
|
|