Fix unreferenced variable error

This commit is contained in:
Marshall Greenblatt 2016-06-21 13:19:37 -04:00
parent 51ba965d4e
commit da5b00c3dd

View File

@ -200,7 +200,7 @@ display::Display GetDisplayMatchingBounds(const gfx::Rect& bounds,
find_bounds);
}
#endif
return display::Screen::GetScreen()->GetDisplayMatching(bounds);
return display::Screen::GetScreen()->GetDisplayMatching(find_bounds);
}
void ConvertPointFromPixels(gfx::Point* point,