blob: fcab6ffdd9b0c4252031be4c6fcdad371c9630b3 [file] [log] [blame]
[email protected]442b7d332011-10-07 21:54:221// Copyright (c) 2011 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "printing/image.h"
6
Hans Wennborgb2696b22020-06-17 17:43:057#include "base/notreached.h"
8
[email protected]442b7d332011-10-07 21:54:229namespace printing {
10
thestig3109df12017-04-26 21:57:2511bool Image::LoadMetafile(const Metafile& metafile) {
Sergey Ulanov6bf7985c2017-12-08 20:07:0112 NOTIMPLEMENTED();
[email protected]442b7d332011-10-07 21:54:2213 return false;
14}
15
16} // namespace printing