Fix ColorMatrix intrinsic.
bug 10427951
Change-Id: Ia633dc7d0a824ab5501602cbb0219e94e49dae61
diff --git a/cpp/rsCppStructs.h b/cpp/rsCppStructs.h
index 66ea50a..3d104eb 100644
--- a/cpp/rsCppStructs.h
+++ b/cpp/rsCppStructs.h
@@ -740,7 +740,7 @@
private:
ScriptIntrinsicColorMatrix(sp<RS> rs, sp<const Element> e);
public:
- static sp<ScriptIntrinsicColorMatrix> create(sp<RS> rs, sp<const Element> e);
+ static sp<ScriptIntrinsicColorMatrix> create(sp<RS> rs);
void forEach(sp<Allocation> in, sp<Allocation> out);
void setAdd(float* add);
void setColorMatrix3(float* m);