From 51d6a3db97bdd5315f1a17a4b447d10a92217b98 Mon Sep 17 00:00:00 2001 From: Chris Craik Date: Mon, 22 Dec 2014 17:16:56 -0800 Subject: Cleanup various clang warnings, use unique_ptrs in several places Change-Id: I347904b25e51fcc7de14b1e72f1acd0f6ba26f3f --- libs/hwui/ProgramCache.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libs/hwui/ProgramCache.h') diff --git a/libs/hwui/ProgramCache.h b/libs/hwui/ProgramCache.h index 9aadba6e588a..30fa0df8d75c 100644 --- a/libs/hwui/ProgramCache.h +++ b/libs/hwui/ProgramCache.h @@ -20,6 +20,7 @@ #include #include #include +#include #include @@ -55,7 +56,7 @@ private: void printLongString(const String8& shader) const; - KeyedVector mCache; + std::map> mCache; const bool mHasES3; }; // class ProgramCache -- cgit v1.2.3-59-g8ed1b