blob: ec30f6d94fa3ae9a833fc004ae454bf2550ae071 [file] [log] [blame]
// Copyright 2017 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.
#ifndef PaintCanvas_h
#define PaintCanvas_h
#include "cc/paint/paint_canvas.h"
#include "cc/paint/skia_paint_canvas.h"
namespace blink {
using cc::PaintCanvas;
using cc::SkiaPaintCanvas;
using cc::PaintCanvasAutoRestore;
}
#endif // PaintCanvas_h