author | James Cheng <jacheng@mozilla.com> |
Tue, 26 Sep 2017 17:28:43 +0800 | |
changeset 383441 | d5f0f1ba4b5c733106c414d863055b1a337cc0dd |
parent 383440 | c41c0cd0601619150c3ea8948b9119cf305b9547 |
child 383442 | 8454cca82c4d874d3354bd181650bf62f6677dfd |
push id | 32594 |
push user | kwierso@gmail.com |
push date | Thu, 28 Sep 2017 22:49:33 +0000 |
treeherder | mozilla-central@6dea0ee45b66 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | cpearce |
bugs | 1396493 |
milestone | 58.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/media/gtest/TestMediaEventSource.cpp +++ b/dom/media/gtest/TestMediaEventSource.cpp @@ -1,15 +1,16 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "gtest/gtest.h" +#include "mozilla/SharedThreadPool.h" #include "mozilla/TaskQueue.h" #include "mozilla/UniquePtr.h" #include "MediaEventSource.h" #include "VideoUtils.h" using namespace mozilla; /*