chromium/third_party/skia/src/gpu/ganesh/gl/GrGLSemaphore.h

/*
 * Copyright 2017 Google Inc.
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#ifndef GrGLSemaphore_DEFINED
#define GrGLSemaphore_DEFINED

#include "include/gpu/ganesh/GrBackendSemaphore.h"
#include "include/gpu/ganesh/gl/GrGLTypes.h"
#include "include/private/base/SkAssert.h"
#include "src/gpu/ganesh/GrSemaphore.h"

#include <memory>

class GrGLGpu;

class GrGLSemaphore : public GrSemaphore {};

#endif