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

Unified Diff: src/pdf/SkPDFDevice.cpp

Issue 424663006: SkCanvas interface for drawing a patch. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 5 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
Index: src/pdf/SkPDFDevice.cpp
diff --git a/src/pdf/SkPDFDevice.cpp b/src/pdf/SkPDFDevice.cpp
index e571477e439fd2f1875007cb8b51d397847b71f1..03163190a4dee4c2a05515262644924956162414 100644
--- a/src/pdf/SkPDFDevice.cpp
+++ b/src/pdf/SkPDFDevice.cpp
@@ -1337,6 +1337,10 @@ void SkPDFDevice::drawVertices(const SkDraw& d, SkCanvas::VertexMode,
// TODO: implement drawVertices
}
+void SkPDFDevice::drawPatch(const SkDraw&, const SkPatch& patch, const SkPaint& paint) {
+ //TODO
+}
+
void SkPDFDevice::drawDevice(const SkDraw& d, SkBaseDevice* device,
int x, int y, const SkPaint& paint) {
// our onCreateDevice() always creates SkPDFDevice subclasses.

Powered by Google App Engine
This is Rietveld 408576698