chromium/third_party/angle/src/libANGLE/renderer/gl/egl/SyncEGL.h

//
// Copyright 2019 The ANGLE Project Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//

// SyncEGL.h: Defines the rx::SyncEGL class, the EGL implementation of EGL sync objects.

#ifndef LIBANGLE_RENDERER_GL_EGL_SYNCEGL_H_
#define LIBANGLE_RENDERER_GL_EGL_SYNCEGL_H_

#include "libANGLE/renderer/EGLSyncImpl.h"

namespace egl
{
class AttributeMap;
}

namespace rx
{

class FunctionsEGL;

class SyncEGL final : public EGLSyncImpl
{};

}  // namespace rx

#endif  // LIBANGLE_RENDERER_GL_EGL_IMAGEEGL_H_