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

Side by Side Diff: src/doc/SkDocument_XPS_None.cpp

Issue 963953002: XPS, DM: add SkDocument::CreateXPS (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix iOS compile Created 5 years, 9 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
« no previous file with comments | « src/doc/SkDocument_XPS.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #include "SkDocument.h"
2 SkDocument* SkDocument::CreateXPS(SkWStream*, SkScalar) { return NULL; }
3 SkDocument* SkDocument::CreateXPS(const char path[], SkScalar) { return NULL; }
OLDNEW
« no previous file with comments | « src/doc/SkDocument_XPS.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698