aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pdf/SkPDFCanon.cpp
blob: ec750da386ad9c32ec5f296f9cbe290adc4d0a08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * Copyright 2015 Google Inc.
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#include "SkImage.h"
#include "SkPDFBitmap.h"
#include "SkPDFCanon.h"
#include "SkPDFFont.h"

SkPDFCanon::~SkPDFCanon() {}
SkPDFCanon::SkPDFCanon() {}
SkPDFCanon::SkPDFCanon(SkPDFCanon&&) = default;
SkPDFCanon& SkPDFCanon::operator=(SkPDFCanon&&) = default;