chromium/ui/gfx/geometry/cubic_bezier.h

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

#ifndef UI_GFX_GEOMETRY_CUBIC_BEZIER_H_
#define UI_GFX_GEOMETRY_CUBIC_BEZIER_H_

#include "ui/gfx/geometry/geometry_export.h"

namespace gfx {

#define CUBIC_BEZIER_SPLINE_SAMPLES

class GEOMETRY_EXPORT CubicBezier {};

}  // namespace gfx

#endif  // UI_GFX_GEOMETRY_CUBIC_BEZIER_H_