summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/Layout/LayoutDocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibWeb/Layout/LayoutDocument.h')
-rw-r--r--Libraries/LibWeb/Layout/LayoutDocument.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Libraries/LibWeb/Layout/LayoutDocument.h b/Libraries/LibWeb/Layout/LayoutDocument.h
index 79dbd7312a..2f18e90f44 100644
--- a/Libraries/LibWeb/Layout/LayoutDocument.h
+++ b/Libraries/LibWeb/Layout/LayoutDocument.h
@@ -54,6 +54,8 @@ public:
void build_stacking_context_tree();
+ void recompute_selection_states();
+
private:
LayoutRange m_selection;
};