blob: d4cc1d9a3afa1eee09e034edfc7bce02ed506027 [file] [log] [blame]
Avi Drissmandb497b32022-09-15 19:47:281// Copyright 2011 The Chromium Authors
[email protected]442b7d332011-10-07 21:54:222// 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