Bug 1645704 [Wayland] Rename WaylandDMABufSurface to DMABufSurface at gxf, r=sotaro

Differential Revision: https://phabricator.services.mozilla.com/D79637
This commit is contained in:
Martin Stransky
2020-06-21 13:59:17 +00:00
parent a7ce55c363
commit 6f3e3bc7bf
20 changed files with 135 additions and 148 deletions

View File

@@ -32,7 +32,7 @@
#endif
#ifdef MOZ_WAYLAND
# include "mozilla/layers/WaylandDMABUFTextureHostOGL.h"
# include "mozilla/layers/DMABUFTextureHostOGL.h"
#endif
using namespace mozilla::gl;
@@ -83,7 +83,7 @@ already_AddRefed<TextureHost> CreateTextureHostOGL(
#ifdef MOZ_WAYLAND
case SurfaceDescriptor::TSurfaceDescriptorDMABuf: {
result = new WaylandDMABUFTextureHostOGL(aFlags, aDesc);
result = new DMABUFTextureHostOGL(aFlags, aDesc);
break;
}
#endif