/* * 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;