Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(798)

Side by Side Diff: chrome/browser/printing/pwg_raster_converter.h

Issue 2633573002: Add Postscript Printing (Closed)
Patch Set: Merge Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_PRINTING_PWG_RASTER_CONVERTER_H_ 5 #ifndef CHROME_BROWSER_PRINTING_PWG_RASTER_CONVERTER_H_
6 #define CHROME_BROWSER_PRINTING_PWG_RASTER_CONVERTER_H_ 6 #define CHROME_BROWSER_PRINTING_PWG_RASTER_CONVERTER_H_
7 7
8 #include <memory> 8 #include <memory>
9 9
10 #include "base/callback.h" 10 #include "base/callback.h"
11 #include "base/memory/ref_counted_memory.h" 11 #include "base/memory/ref_counted_memory.h"
12 #include "printing/pdf_render_settings.h"
12 13
13 namespace base { 14 namespace base {
14 class FilePath; 15 class FilePath;
15 } 16 }
16 17
17 namespace cloud_devices { 18 namespace cloud_devices {
18 class CloudDeviceDescription; 19 class CloudDeviceDescription;
19 } 20 }
20 21
21 namespace gfx { 22 namespace gfx {
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 57
57 virtual void Start(base::RefCountedMemory* data, 58 virtual void Start(base::RefCountedMemory* data,
58 const PdfRenderSettings& conversion_settings, 59 const PdfRenderSettings& conversion_settings,
59 const PwgRasterSettings& bitmap_settings, 60 const PwgRasterSettings& bitmap_settings,
60 const ResultCallback& callback) = 0; 61 const ResultCallback& callback) = 0;
61 }; 62 };
62 63
63 } // namespace printing 64 } // namespace printing
64 65
65 #endif // CHROME_BROWSER_PRINTING_PWG_RASTER_CONVERTER_H_ 66 #endif // CHROME_BROWSER_PRINTING_PWG_RASTER_CONVERTER_H_
OLDNEW
« no previous file with comments | « chrome/browser/printing/print_view_manager_base.cc ('k') | chrome/browser/printing/pwg_raster_converter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698