Loading gfx/2d/RecordedEventImpl.h +3 −0 Original line number Diff line number Diff line Loading @@ -4279,6 +4279,9 @@ inline bool RecordedFilterNodeSetAttribute::PlayEvent( #define REPLAY_SET_ATTRIBUTE(type, argtype) \ case ARGTYPE_##argtype: \ if (mPayload.size() < sizeof(type)) { \ return false; \ } \ ReplaySetAttribute(node, mIndex, *(type*)&mPayload.front()); \ break Loading Loading
gfx/2d/RecordedEventImpl.h +3 −0 Original line number Diff line number Diff line Loading @@ -4279,6 +4279,9 @@ inline bool RecordedFilterNodeSetAttribute::PlayEvent( #define REPLAY_SET_ATTRIBUTE(type, argtype) \ case ARGTYPE_##argtype: \ if (mPayload.size() < sizeof(type)) { \ return false; \ } \ ReplaySetAttribute(node, mIndex, *(type*)&mPayload.front()); \ break Loading