Index: include/pdf/SkPDFDevice.h |
=================================================================== |
--- include/pdf/SkPDFDevice.h (revision 10711) |
+++ include/pdf/SkPDFDevice.h (working copy) |
@@ -44,7 +44,7 @@ |
The drawing context for the PDF backend. |
*/ |
-class SkPDFDevice : public SkDevice { |
+class SkPDFDevice : public SkRasterDevice { |
public: |
/** Create a PDF drawing context with the given width and height. |
* 72 points/in means letter paper is 612x792. |
@@ -309,7 +309,7 @@ |
void defineNamedDestination(SkData* nameData, const SkPoint& point, |
const SkMatrix& matrix); |
- typedef SkDevice INHERITED; |
+ typedef SkRasterDevice INHERITED; |
}; |
#endif |