blob: 145ce801363a2baa7f2fc6e05a58f29f6870f122 [file] [log] [blame]
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "sky/engine/config.h"
#include "sky/engine/core/painting/CanvasPath.h"
namespace blink {
CanvasPath::CanvasPath()
{
}
CanvasPath::~CanvasPath()
{
}
} // namespace blink