Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / printing / image_linux.cc
blobd89c4e9d80898f8e61773676401ce0fd89517bb6
1 // 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.
5 #include "printing/image.h"
7 namespace printing {
9 bool Image::LoadMetafile(const Metafile& metafile) {
10 return false;
13 } // namespace printing