auto merge of #4530 : pcwalton/servo/pointer-events, r=mbrubeck

SVG-only values are not yet supported.

r? @mbrubeck
This commit is contained in:
bors-servo 2015-01-08 10:48:55 -07:00
commit a88e668091
4 changed files with 58 additions and 12 deletions

View file

@ -998,7 +998,7 @@ impl LayoutRPC for LayoutRPCImpl {
// Compute the new cursor.
let cursor = if !mouse_over_list.is_empty() {
mouse_over_list[0].cursor
mouse_over_list[0].pointing.unwrap()
} else {
Cursor::DefaultCursor
};