chromium/third_party/skia/src/utils/SkNullCanvas.cpp

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

#include "include/utils/SkNullCanvas.h"

#include "include/core/SkCanvas.h"
#include "include/utils/SkNWayCanvas.h"

std::unique_ptr<SkCanvas> SkMakeNullCanvas() {}