Skip to content

Commit

Permalink
Switch the native print path on Linux and ChromeOS to use Skia instea…
Browse files Browse the repository at this point in the history
…d of Cairo

BUG=
TEST=Pages printed via cloud print to raster based printers should successfully print images.


Review URL: http://codereview.chromium.org/7817007

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99318 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
abodenha@chromium.org committed Sep 2, 2011
1 parent 8de8745 commit a5ff559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion printing/metafile_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ typedef PdfMetafileCg NativeMetafile;
typedef PdfMetafileCg PreviewMetafile;
#endif
#elif defined(OS_POSIX)
typedef PdfMetafileCairo NativeMetafile;
typedef PdfMetafileSkia NativeMetafile;
typedef PdfMetafileSkia PreviewMetafile;
#endif

Expand Down

0 comments on commit a5ff559

Please sign in to comment.