summaryrefslogtreecommitdiff
path: root/chromium/printing/image_linux.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/printing/image_linux.cc')
-rw-r--r--chromium/printing/image_linux.cc15
1 files changed, 15 insertions, 0 deletions
diff --git a/chromium/printing/image_linux.cc b/chromium/printing/image_linux.cc
new file mode 100644
index 00000000000..3968cfd993f
--- /dev/null
+++ b/chromium/printing/image_linux.cc
@@ -0,0 +1,15 @@
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "printing/image.h"
+
+#include "base/logging.h"
+
+namespace printing {
+
+bool Image::LoadMetafile(const Metafile& metafile) {
+ return false;
+}
+
+} // namespace printing