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

Unified Diff: printing/metafile_impl.h

Issue 7847002: Removed unneeded cairo code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | printing/pdf_metafile_cairo_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/metafile_impl.h
diff --git a/printing/metafile_impl.h b/printing/metafile_impl.h
index dd09e09a7a8b761e65caca65a414b2be79994442..6ff35a019f16fcedcf48b7d4d87fda955eddd538 100644
--- a/printing/metafile_impl.h
+++ b/printing/metafile_impl.h
@@ -10,7 +10,7 @@
#elif defined(OS_MACOSX)
#include "printing/pdf_metafile_cg_mac.h"
#elif defined(OS_POSIX)
-#include "printing/pdf_metafile_cairo_linux.h"
+#include "printing/pdf_metafile_skia.h"
vandebo (ex-Chrome) 2011/09/07 22:26:48 nit: I think line 17 covers this.
Albert Bodenhamer 2011/09/07 23:10:38 Done.
#endif
#if !defined(OS_MACOSX) || defined(USE_SKIA)
« no previous file with comments | « no previous file | printing/pdf_metafile_cairo_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698