| Index: include/core/SkDraw.h
|
| ===================================================================
|
| --- include/core/SkDraw.h (revision 10994)
|
| +++ include/core/SkDraw.h (working copy)
|
| @@ -17,7 +17,7 @@
|
| class SkBitmap;
|
| class SkBounder;
|
| class SkClipStack;
|
| -class SkDevice;
|
| +class SkBaseDevice;
|
| class SkMatrix;
|
| class SkPath;
|
| class SkRegion;
|
| @@ -127,7 +127,7 @@
|
| const SkRasterClip* fRC; // required
|
|
|
| const SkClipStack* fClipStack; // optional
|
| - SkDevice* fDevice; // optional
|
| + SkBaseDevice* fDevice; // optional
|
| SkBounder* fBounder; // optional
|
| SkDrawProcs* fProcs; // optional
|
|
|
|
|