mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
backout 295c9fc5e652 due to wrong bug#
This commit is contained in:
parent
403d9c02b8
commit
4dd3a8ce38
@ -119,7 +119,7 @@ struct ParamTraits<mozilla::widget::WheelEvent>
|
|||||||
|
|
||||||
static bool Read(const Message* aMsg, void** aIter, paramType* aResult)
|
static bool Read(const Message* aMsg, void** aIter, paramType* aResult)
|
||||||
{
|
{
|
||||||
PRInt32 scrollType = 0;
|
PRInt32 scrollType;
|
||||||
bool rv =
|
bool rv =
|
||||||
ReadParam(aMsg, aIter, static_cast<nsMouseEvent_base*>(aResult)) &&
|
ReadParam(aMsg, aIter, static_cast<nsMouseEvent_base*>(aResult)) &&
|
||||||
ReadParam(aMsg, aIter, &aResult->deltaX) &&
|
ReadParam(aMsg, aIter, &aResult->deltaX) &&
|
||||||
|
Loading…
Reference in New Issue
Block a user