chromium/third_party/skia/src/gpu/ganesh/ops/SmallPathRenderer.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 SmallPathRenderer_DEFINED
#define SmallPathRenderer_DEFINED

#if !defined(SK_ENABLE_OPTIMIZE_SIZE)

#include "src/gpu/ganesh/PathRenderer.h"

class GrStyledShape;

namespace skgpu::ganesh {

class SmallPathRenderer final : public PathRenderer {};

}  // namespace skgpu::ganesh

#endif // SK_ENABLE_OPTIMIZE_SIZE

#endif // SmallPathRenderer_DEFINED