chromium/third_party/skia/src/gpu/ganesh/surface/SkSurface_Ganesh.h

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

#ifndef SkSurface_Ganesh_DEFINED
#define SkSurface_Ganesh_DEFINED

#include "include/core/SkTypes.h"

#include "include/core/SkImageInfo.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkSamplingOptions.h"
#include "include/core/SkScalar.h"
#include "include/gpu/ganesh/GrBackendSurface.h"
#include "src/image/SkSurface_Base.h"

class GrBackendSemaphore;
class GrDeferredDisplayList;
class GrRecordingContext;
class GrSurfaceCharacterization;
class SkCanvas;
class SkCapabilities;
class SkColorSpace;
class SkImage;
class SkPaint;
class SkPixmap;
class SkSurface;
enum GrSurfaceOrigin : int;
namespace skgpu {
namespace ganesh {
class Device;
}
}  // namespace skgpu
struct SkIRect;
struct SkISize;

class SkSurface_Ganesh : public SkSurface_Base {};

#endif  // SkSurface_Ganesh_DEFINED