Index: include/core/SkCanvas.h |
diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h |
index 35a8d1c7b92193a4d247a4766efe54a2976ce0a6..e3b4ffb2446e464f165d5f3a04e6b4b17af02cf2 100644 |
--- a/include/core/SkCanvas.h |
+++ b/include/core/SkCanvas.h |
@@ -1513,7 +1513,7 @@ private: |
SrcRectConstraint); |
void internalDrawPaint(const SkPaint& paint); |
void internalSaveLayer(const SaveLayerRec&, SaveLayerStrategy); |
- void internalDrawDevice(SkBaseDevice*, int x, int y, const SkPaint*, bool isBitmapDevice); |
+ void internalDrawDevice(SkBaseDevice*, int x, int y, const SkPaint*); |
// shared by save() and saveLayer() |
void internalSave(); |