Index: include/core/SkCanvas.h |
diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h |
index 8e675b42fc49c738d808f27e101fdf9257e66375..70c3663dba48f3521723164003f67f9dff85f12b 100644 |
--- a/include/core/SkCanvas.h |
+++ b/include/core/SkCanvas.h |
@@ -1406,7 +1406,7 @@ private: |
enum { |
kMCRecSize = 128, // most recent measurement |
kMCRecCount = 32, // common depth for save/restores |
- kDeviceCMSize = 136, // most recent measurement |
+ kDeviceCMSize = 176, // most recent measurement |
}; |
intptr_t fMCRecStorage[kMCRecSize * kMCRecCount / sizeof(intptr_t)]; |
intptr_t fDeviceCMStorage[kDeviceCMSize / sizeof(intptr_t)]; |
@@ -1430,6 +1430,7 @@ private: |
void doSave(); |
void checkForDeferredSave(); |
+ void internalSetMatrix(const SkMatrix&); |
friend class SkDrawIter; // needs setupDrawForLayerDevice() |
friend class AutoDrawLooper; |