remove forward declaration and reference to extinct SkDeviceFactory

git-svn-id: http://skia.googlecode.com/svn/trunk@1931 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
reed@google.com 2011-07-21 18:00:46 +00:00
parent bfe6c5fc83
commit 6dc745506e

View File

@ -30,7 +30,6 @@
class SkBounder;
class SkDevice;
class SkDeviceFactory;
class SkDraw;
class SkDrawFilter;
class SkPicture;
@ -54,8 +53,7 @@ class SK_API SkCanvas : public SkRefCnt {
public:
SkCanvas();
/** Construct a canvas with the specified device to draw into. The device
factory will be retrieved from the passed device.
/** Construct a canvas with the specified device to draw into.
@param device Specifies a device for the canvas to draw into.
*/
@ -803,7 +801,6 @@ private:
SkBounder* fBounder;
SkDevice* fLastDeviceToGainFocus;
SkDeviceFactory* fDeviceFactory;
void prepareForDeviceDraw(SkDevice*, const SkMatrix&, const SkRegion&,
const SkClipStack& clipStack);