diff options
author | Florian Merz <flomerz@gmail.com> | 2017-01-11 09:04:03 +0100 |
---|---|---|
committer | Florian Merz <flomerz@gmail.com> | 2017-01-11 09:04:03 +0100 |
commit | b40db5b55d5035f3cae3078d0c92f75b6b49f9fd (patch) | |
tree | 99b06f30a460e468a6ef9866771ca305a24b6ebd /components/script_layout_interface/message.rs | |
parent | c784bc69443ee6f4f3bd54474ac0e03a2bb92a6f (diff) | |
download | servo-b40db5b55d5035f3cae3078d0c92f75b6b49f9fd.tar.gz servo-b40db5b55d5035f3cae3078d0c92f75b6b49f9fd.zip |
Position insertion point in input field with mouse
Diffstat (limited to 'components/script_layout_interface/message.rs')
-rw-r--r-- | components/script_layout_interface/message.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script_layout_interface/message.rs b/components/script_layout_interface/message.rs index 3d0e00c46cc..80c354d0243 100644 --- a/components/script_layout_interface/message.rs +++ b/components/script_layout_interface/message.rs @@ -100,6 +100,7 @@ pub enum ReflowQueryType { ResolvedStyleQuery(TrustedNodeAddress, Option<PseudoElement>, PropertyId), OffsetParentQuery(TrustedNodeAddress), MarginStyleQuery(TrustedNodeAddress), + TextIndexQuery(TrustedNodeAddress, i32, i32), } /// Information needed for a reflow. |