auto merge of #2377 : aydinkim/servo/hidpi, r=larsbergstrom

Fix for android rendering.
Need to consider about getting accurate size framebuffer & window parameter respectively from android stack and follow up the stuffs on another platform.
This commit is contained in:
bors-servo 2014-05-08 23:31:15 -04:00
commit 052d3cb083

View file

@ -182,7 +182,7 @@ impl WindowMethods<Application> for Window {
fn hidpi_factor(&self) -> f32 {
//FIXME: Do nothing in GLUT now.
0f32
1f32
}
}