~brandonsnider/chromium-browser/chromium-browser.beta.daily

« back to all changes in this revision

Viewing changes to debian/patches/cups_1.5_build_fix.patch

  • Committer: Chris Coulson
  • Date: 2011-10-21 17:44:06 UTC
  • Revision ID: chris.coulson@canonical.com-20111021174406-o7vm7hetgtam7adu
* Refresh patches
  - update debian/patches/dlopen_sonamed_gl.patch
  - update debian/patches/webkit_rev_parser.patch
* Dropped patches, fixed upstream
  - remove debian/patches/cups_1.5_build_fix.patch
  - update debian/patches/series

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# cups 1.5.0 now needs individual headers
2
 
---
3
 
 chrome/browser/ui/webui/print_preview_handler.cc |    1 +
4
 
 1 file changed, 1 insertion(+)
5
 
 
6
 
Index: src/chrome/browser/ui/webui/print_preview_handler.cc
7
 
===================================================================
8
 
--- src.orig/chrome/browser/ui/webui/print_preview_handler.cc
9
 
+++ src/chrome/browser/ui/webui/print_preview_handler.cc
10
 
@@ -41,16 +41,17 @@
11
 
 #include "printing/backend/print_backend.h"
12
 
 #include "printing/metafile.h"
13
 
 #include "printing/metafile_impl.h"
14
 
 #include "printing/page_range.h"
15
 
 #include "printing/print_job_constants.h"
16
 
 
17
 
 #if defined(USE_CUPS)
18
 
 #include <cups/cups.h>
19
 
+#include <cups/ppd.h>
20
 
 
21
 
 #include "base/file_util.h"
22
 
 #endif
23
 
 
24
 
 namespace {
25
 
 
26
 
 const char kDisableColorOption[] = "disableColorOption";
27
 
 const char kSetColorAsDefault[] = "setColorAsDefault";