chromium/third_party/skia/src/pathops/SkPathOpsTCurve.h

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

#ifndef SkPathOpsTCurve_DEFINED
#define SkPathOpsTCurve_DEFINED

#include "src/pathops/SkPathOpsPoint.h"

class SkArenaAlloc;
class SkIntersections;
struct SkDRect;

class SkTCurve {};

#endif