1 /* -*- Mode: c++; c-basic-offset: 2; indent-tabs-mode: nil; tab-width: 4; -*- */
2 /* This Source Code Form is subject to the terms of the Mozilla Public
3 * License, v. 2.0. If a copy of the MPL was not distributed with this
4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
6 #ifndef SURFACE_TYPES_H_
7 #define SURFACE_TYPES_H_
13 class LayersIPCChannel
;
18 enum class SharedSurfaceType
: uint8_t {
27 AndroidSurfaceTexture
,
28 AndroidHardwareBuffer
,
33 } // namespace mozilla
35 #endif // SURFACE_TYPES_H_