chromium/third_party/skia/src/gpu/ganesh/ops/ClearOp.h

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

#ifndef ClearOp_DEFINED
#define ClearOp_DEFINED

#include "include/core/SkRect.h"
#include "include/core/SkString.h"
#include "include/private/base/SkMacros.h"
#include "src/gpu/ganesh/GrCaps.h"
#include "src/gpu/ganesh/GrScissorState.h"
#include "src/gpu/ganesh/ops/GrOp.h"

#include <array>

class GrAppliedClip;
class GrDstProxyView;
class GrOpFlushState;
class GrRecordingContext;
class GrSurfaceProxyView;
class SkArenaAlloc;
enum class GrLoadOp;
enum class GrXferBarrierFlags;

namespace skgpuganesh  // namespace skgpu::ganesh

#endif // ClearOp_DEFINED