mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 1259661 part.7 Get rid of WidgetMouseEvent::acceptActivation because of unused r=smaug
MozReview-Commit-ID: ItkudUhGGN4 --HG-- extra : rebase_source : 2f396c1acf032c731d7d875b2a427aaddda1a576
This commit is contained in:
parent
1663e01f1f
commit
52b8126bf2
@ -207,7 +207,6 @@ protected:
|
||||
: mReason(eReal)
|
||||
, mContextMenuTrigger(eNormal)
|
||||
, mExitFrom(eChild)
|
||||
, acceptActivation(false)
|
||||
, ignoreRootScrollFrame(false)
|
||||
, clickCount(0)
|
||||
{
|
||||
@ -219,7 +218,6 @@ protected:
|
||||
, mReason(aReason)
|
||||
, mContextMenuTrigger(eNormal)
|
||||
, mExitFrom(eChild)
|
||||
, acceptActivation(false)
|
||||
, ignoreRootScrollFrame(false)
|
||||
, clickCount(0)
|
||||
{
|
||||
@ -237,7 +235,6 @@ public:
|
||||
, mReason(aReason)
|
||||
, mContextMenuTrigger(aContextMenuTrigger)
|
||||
, mExitFrom(eChild)
|
||||
, acceptActivation(false)
|
||||
, ignoreRootScrollFrame(false)
|
||||
, clickCount(0)
|
||||
{
|
||||
@ -276,9 +273,6 @@ public:
|
||||
|
||||
ExitFrom mExitFrom;
|
||||
|
||||
// Special return code for MOUSE_ACTIVATE to signal.
|
||||
// If the target accepts activation (1), or denies it (0).
|
||||
bool acceptActivation;
|
||||
// Whether the event should ignore scroll frame bounds during dispatch.
|
||||
bool ignoreRootScrollFrame;
|
||||
|
||||
@ -290,7 +284,6 @@ public:
|
||||
AssignMouseEventBaseData(aEvent, aCopyTargets);
|
||||
AssignPointerHelperData(aEvent);
|
||||
|
||||
acceptActivation = aEvent.acceptActivation;
|
||||
ignoreRootScrollFrame = aEvent.ignoreRootScrollFrame;
|
||||
clickCount = aEvent.clickCount;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user