blob: ec750da386ad9c32ec5f296f9cbe290adc4d0a08 [file] [log] [blame]
/*
* 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;