Creating the jni and java layer to integrate a3d
Change-Id: I438359633bae59bf9188cd2c4664a92ca16c5f37
diff --git a/libs/rs/rsAnimation.h b/libs/rs/rsAnimation.h
index ed92c1a..340314e 100644
--- a/libs/rs/rsAnimation.h
+++ b/libs/rs/rsAnimation.h
@@ -36,9 +36,9 @@
RsAnimationEdge pre, RsAnimationEdge post);
float eval(float) const;
-
+
virtual void serialize(OStream *stream) const;
- virtual A3DClassID getClassId() const { return A3D_CLASS_ID_ANIMATION; }
+ virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_ANIMATION; }
static Animation *createFromStream(Context *rsc, IStream *stream);
protected: