author | Hiroyuki Ikezoe <hikezoe@mozilla.com> |
Tue, 31 Jul 2018 08:13:19 +0900 | |
changeset 429283 | 34b671e3dd5d29ee2c4429b816bbb37a8b764f63 |
parent 429282 | 7356e631ab340da0b7f9090b1bc3374c903cc944 |
child 429284 | 01a86884bacb78670e48f1a2660e33f65e062b19 |
push id | 67098 |
push user | hikezoe@mozilla.com |
push date | Tue, 31 Jul 2018 00:46:07 +0000 |
treeherder | autoland@34b671e3dd5d [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | hiro |
bugs | 1479234 |
milestone | 63.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
|
gfx/layers/D3D11YCbCrImage.cpp | file | annotate | diff | comparison | revisions | |
gfx/vr/ipc/VRLayerChild.cpp | file | annotate | diff | comparison | revisions |
--- a/gfx/layers/D3D11YCbCrImage.cpp +++ b/gfx/layers/D3D11YCbCrImage.cpp @@ -1,15 +1,17 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* vim: set ts=8 sts=2 et sw=2 tw=80: */ /* 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 "D3D11YCbCrImage.h" + +#include "gfx2DGlue.h" #include "YCbCrUtils.h" #include "mozilla/gfx/gfxVars.h" #include "mozilla/gfx/DeviceManagerDx.h" #include "mozilla/layers/CompositableClient.h" #include "mozilla/layers/CompositableForwarder.h" #include "mozilla/layers/TextureD3D11.h" using namespace mozilla::gfx;
--- a/gfx/vr/ipc/VRLayerChild.cpp +++ b/gfx/vr/ipc/VRLayerChild.cpp @@ -1,15 +1,16 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* vim: set ts=8 sts=2 et sw=2 tw=80: */ /* 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 "VRLayerChild.h" +#include "gfxPlatform.h" #include "GLScreenBuffer.h" #include "mozilla/layers/TextureClientSharedSurface.h" #include "SharedSurface.h" // for SharedSurface #include "SharedSurfaceGL.h" // for SharedSurface #include "mozilla/layers/LayersMessages.h" // for TimedTexture #include "nsICanvasRenderingContextInternal.h" #include "mozilla/dom/HTMLCanvasElement.h" #include "mozilla/layers/SyncObject.h" // for SyncObjectClient