blob: 2ae4c3a797d919d0997cd90c31be9091a37a30dd [file] [log] [blame]
[email protected]b25f0032013-08-19 22:26:251// Copyright 2013 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
7namespace printing {
8
thestig3109df12017-04-26 21:57:259bool Image::LoadMetafile(const Metafile& metafile) {
Sergey Ulanov6bf7985c2017-12-08 20:07:0110 NOTIMPLEMENTED();
[email protected]b25f0032013-08-19 22:26:2511 return false;
12}
13
14} // namespace printing