aboutsummaryrefslogtreecommitdiffstats
path: root/include/litehtml/render_block_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/litehtml/render_block_context.h')
-rw-r--r--include/litehtml/render_block_context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/litehtml/render_block_context.h b/include/litehtml/render_block_context.h
index 3b519226..c6938983 100644
--- a/include/litehtml/render_block_context.h
+++ b/include/litehtml/render_block_context.h
@@ -23,6 +23,8 @@ namespace litehtml
{
return std::make_shared<render_item_block_context>(src_el());
}
+ int get_first_baseline() override;
+ int get_last_baseline() override;
};
}