mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1700051: part 1) Reduce accessibility of some members of mozInlineSpellStatus
to private
. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D109308
This commit is contained in:
parent
4819ead6eb
commit
3691a72cd6
@ -76,6 +76,7 @@ class mozInlineSpellStatus {
|
||||
// Contains the range computed for the current word. Can be nullptr.
|
||||
RefPtr<nsRange> mNoCheckRange;
|
||||
|
||||
private:
|
||||
// Indicates the position of the cursor for the event (so we can compute
|
||||
// mNoCheckRange). It can be nullptr if we don't care about the cursor
|
||||
// position (such as for the intial check of everything).
|
||||
@ -99,7 +100,6 @@ class mozInlineSpellStatus {
|
||||
// Contains the offset passed in to HandleNavigationEvent
|
||||
int32_t mNewNavigationPositionOffset;
|
||||
|
||||
protected:
|
||||
nsresult FinishNavigationEvent(mozInlineSpellWordUtil& aWordUtil);
|
||||
|
||||
nsresult FillNoCheckRangeFromAnchor(mozInlineSpellWordUtil& aWordUtil);
|
||||
|
Loading…
Reference in New Issue
Block a user