author | Barret Rennie <barret@brennie.ca> |
Wed, 10 Jul 2019 03:28:30 +0000 | |
changeset 542708 | 0981e3db8012382f8681c77fb9550a1d16424ffc |
parent 542707 | 53e6d3ba6047480f864e7d03ad15cc4791edda1a |
child 542709 | ad0c68518dd25ed3fcb1021abb0fe64463c76305 |
push id | 11848 |
push user | ffxbld-merge |
push date | Mon, 26 Aug 2019 19:26:25 +0000 |
treeherder | mozilla-beta@9b31bfdfac10 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | kip |
bugs | 1289211 |
milestone | 70.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/dom/vr/VRServiceTest.h +++ b/dom/vr/VRServiceTest.h @@ -190,16 +190,16 @@ class VRServiceTest final : public DOMEv // When the command buffer is submitted to the PuppetSession, with // VRServiceTest::Run(), it is cleared to ensure that the commands are not // sent redundantly in subsequent VRServicetest::Run() calls. // VRServiceTest::Commit() will perform a binary comparison of mPendingState // and mEncodedState to determine what instructions need to be appended to // mCommandBuffer. // VRServiceTest::Reset() will effectively cancel all transactions and clear // mCommandBuffer before submitting the reset request to the PuppetSession. - InfallibleTArray<uint64_t> mCommandBuffer; + nsTArray<uint64_t> mCommandBuffer; bool mShuttingDown; }; } // namespace dom } // namespace mozilla #endif // mozilla_dom_VRServiceTest_h_