diff options
author | win7-7 <win7-7@users.noreply.github.com> | 2020-05-10 15:00:08 +0300 |
---|---|---|
committer | win7-7 <win7-7@users.noreply.github.com> | 2020-05-10 15:00:08 +0300 |
commit | f9047ff63de90e8c0242a5e7170a8c70f93f99b1 (patch) | |
tree | eac800990e47ce0b8d0186acc0ac6a57472653ae /layout/base/nsDisplayList.h | |
parent | 64ffe81c5551d1fabb12aa2d529ed5711bbbe965 (diff) | |
download | UXP-f9047ff63de90e8c0242a5e7170a8c70f93f99b1.tar UXP-f9047ff63de90e8c0242a5e7170a8c70f93f99b1.tar.gz UXP-f9047ff63de90e8c0242a5e7170a8c70f93f99b1.tar.lz UXP-f9047ff63de90e8c0242a5e7170a8c70f93f99b1.tar.xz UXP-f9047ff63de90e8c0242a5e7170a8c70f93f99b1.zip |
Issue #1355 - Fix the nit, remove nsPoint offset in nsFrame.cpp and change PresShellState member order
Diffstat (limited to 'layout/base/nsDisplayList.h')
-rw-r--r-- | layout/base/nsDisplayList.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/base/nsDisplayList.h b/layout/base/nsDisplayList.h index ff2a14dd7..9eac132fa 100644 --- a/layout/base/nsDisplayList.h +++ b/layout/base/nsDisplayList.h @@ -1195,11 +1195,11 @@ private: nsRect mCaretRect; uint32_t mFirstFrameMarkedForDisplay; bool mIsBackgroundOnly; - nsIFrame* mPresShellIgnoreScrollFrame; // This is a per-document flag turning off event handling for all content // in the document, and is set when we enter a subdocument for a pointer- // events:none frame. bool mInsidePointerEventsNoneDoc; + nsIFrame* mPresShellIgnoreScrollFrame; }; PresShellState* CurrentPresShellState() { |