Revert "Replaced android::Vector with std::vector."
b/19148482
This reverts commit 93d6bc872b7d9fba63abfa7513d56b38d9c3d371.
I also made some changes to Make it work with HEAD.
Change-Id: I5e516976ec1d85ffe1cf388c01795348a9441982
diff --git a/rsProgramRaster.h b/rsProgramRaster.h
index 207d74c..e9a524b 100644
--- a/rsProgramRaster.h
+++ b/rsProgramRaster.h
@@ -75,10 +75,14 @@
ObjectBaseRef<ProgramRaster> mLast;
// Cache of all existing raster programs.
- std::vector<ProgramRaster *> mRasterPrograms;
+ Vector<ProgramRaster *> mRasterPrograms;
};
}
}
#endif
+
+
+
+