summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/handlers/css/utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/content/handlers/css/utils.h b/content/handlers/css/utils.h
index c8f4c82f4..0e723f7f1 100644
--- a/content/handlers/css/utils.h
+++ b/content/handlers/css/utils.h
@@ -26,6 +26,9 @@
/** DPI of the screen, in fixed point units */
extern css_fixed nscss_screen_dpi;
+/** Medium screen density for device viewing distance. */
+extern css_fixed nscss_baseline_pixel_density;
+
/**
* Length conversion context data.
*/