summaryrefslogtreecommitdiff
path: root/content/handlers/html/layout_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/handlers/html/layout_internal.h')
-rw-r--r--content/handlers/html/layout_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/handlers/html/layout_internal.h b/content/handlers/html/layout_internal.h
index c6eb56d6e..736778933 100644
--- a/content/handlers/html/layout_internal.h
+++ b/content/handlers/html/layout_internal.h
@@ -244,14 +244,14 @@ static inline int lh__delta_outer_cross(
}
}
-static inline int *lh__box_size_main(
+static inline int *lh__box_size_main_ptr(
bool horizontal,
struct box *b)
{
return horizontal ? &b->width : &b->height;
}
-static inline int *lh__box_size_cross(
+static inline int *lh__box_size_cross_ptr(
bool horizontal,
struct box *b)
{