Bug 1645704 [Wayland] Rename WaylandDMABufSurface to DMABufSurface at gxf, r=sotaro
Differential Revision: https://phabricator.services.mozilla.com/D79637
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user