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

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

namespace skgpu::ganesh {

class AALinearizingConvexPathRenderer final : public PathRenderer {};

}  // namespace skgpu::ganesh

#endif // AALinearizingConvexPathRenderer_DEFINED