mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
style: Remove comment that is outdated since I fixed it in bug 1483808.
This commit is contained in:
parent
0406be7b68
commit
c106fb1231
1 changed files with 0 additions and 4 deletions
|
@ -127,10 +127,6 @@ fn eval_device_aspect_ratio(
|
||||||
}
|
}
|
||||||
|
|
||||||
/// https://compat.spec.whatwg.org/#css-media-queries-webkit-device-pixel-ratio
|
/// https://compat.spec.whatwg.org/#css-media-queries-webkit-device-pixel-ratio
|
||||||
///
|
|
||||||
/// FIXME(emilio): This should be an alias of `resolution`, according to the
|
|
||||||
/// spec, and also according to the code in Chromium. Unify with
|
|
||||||
/// `eval_resolution`.
|
|
||||||
fn eval_device_pixel_ratio(
|
fn eval_device_pixel_ratio(
|
||||||
device: &Device,
|
device: &Device,
|
||||||
query_value: Option<f32>,
|
query_value: Option<f32>,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue