summaryrefslogtreecommitdiff
path: root/core/SkCoreBlitters.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/SkCoreBlitters.h')
-rw-r--r--core/SkCoreBlitters.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/SkCoreBlitters.h b/core/SkCoreBlitters.h
index 2d22d38e..20f9437a 100644
--- a/core/SkCoreBlitters.h
+++ b/core/SkCoreBlitters.h
@@ -41,8 +41,7 @@ public:
* Will create the context at the same location as the old one (this is safe
* because the shader itself is unchanged).
*/
- virtual bool resetShaderContext(const SkBitmap& device, const SkPaint& paint,
- const SkMatrix& matrix) SK_OVERRIDE;
+ virtual bool resetShaderContext(const SkShader::ContextRec&) SK_OVERRIDE;
virtual SkShader::Context* getShaderContext() const SK_OVERRIDE { return fShaderContext; }