| author | Trevor Saunders <tbsaunde@tbsaunde.org> |
| Fri, 20 Mar 2015 15:18:26 -0400 | |
| changeset 234815 | 824009fbc42fed138b9ff0b9d1ee44e8502773dd |
| parent 234814 | 6ef7ca8f1db3f984dfa255ff6222edca6dc890d6 |
| child 234816 | eef7b20f0341c7a74816fd3da80a5c5657af63c8 |
| push id | 28454 |
| push user | philringnalda@gmail.com |
| push date | Sat, 21 Mar 2015 19:32:28 +0000 |
| treeherder | mozilla-central@f949be6cd23e [default view] [failures only] |
| perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
| bugs | 1183967 |
| milestone | 39.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/gfx/layers/IMFYCbCrImage.h +++ b/gfx/layers/IMFYCbCrImage.h @@ -3,17 +3,17 @@ * 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/. */ #ifndef GFX_IMFYCBCRIMAGE_H #define GFX_IMFYCBCRIMAGE_H #include "mozilla/RefPtr.h" #include "ImageContainer.h" -#include "Mfidl.h" +#include "mfidl.h" namespace mozilla { namespace layers { class IMFYCbCrImage : public PlanarYCbCrImage { public: IMFYCbCrImage(IMFMediaBuffer* aBuffer, IMF2DBuffer* a2DBuffer);