Fix clip rect for iframes in hit testing code

Fixes #8080
This commit is contained in:
Matt Brubeck 2015-11-16 16:46:47 -08:00 committed by Paul Rouget
parent 4f625d3ab6
commit a61989e82b
2 changed files with 26 additions and 16 deletions

View file

@ -121,7 +121,7 @@ pub trait CompositorLayer {
// Takes in a MouseWindowEvent, determines if it should be passed to children, and
// sends the event off to the appropriate pipeline. NB: the cursor position is in
// page coordinates.
// client coordinates.
fn send_mouse_event<Window>(&self,
compositor: &IOCompositor<Window>,
event: MouseWindowEvent,