Index: src/gpu/GrGpu.h |
diff --git a/src/gpu/GrGpu.h b/src/gpu/GrGpu.h |
index 5b556c5b2543607e40e042263d3ba7d54d6bf458..3acfac2703e6d25dd45f8d51539db636a6bc858a 100644 |
--- a/src/gpu/GrGpu.h |
+++ b/src/gpu/GrGpu.h |
@@ -365,7 +365,9 @@ protected: |
} |
// prepares clip flushes gpu state before a draw |
- bool setupClipAndFlushState(DrawType, const GrDeviceCoordTexture* dstCopy); |
+ bool setupClipAndFlushState(DrawType, |
+ const GrDeviceCoordTexture* dstCopy, |
+ GrDrawState::AutoRestoreEffects* are); |
// Functions used to map clip-respecting stencil tests into normal |
// stencil funcs supported by GPUs. |