diff options
author | Derek Sollenberger <djsollen@google.com> | 2012-03-06 05:27:31 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-03-06 05:27:31 -0800 |
commit | 6d159451bbb5f568c4c3ae3a9e010a9512a106d5 (patch) | |
tree | c0bc66b7d23431ea8e49aae789fa7949ba96bad0 /libs/hwui | |
parent | 6768c11d60d089ef577959a0ddb6119850cb5181 (diff) | |
parent | 029f64303b8fe506ef34c12777da86b830d3bf7a (diff) | |
download | frameworks_base-6d159451bbb5f568c4c3ae3a9e010a9512a106d5.zip frameworks_base-6d159451bbb5f568c4c3ae3a9e010a9512a106d5.tar.gz frameworks_base-6d159451bbb5f568c4c3ae3a9e010a9512a106d5.tar.bz2 |
Merge "Add missing includes for Mutex.h"
Diffstat (limited to 'libs/hwui')
-rw-r--r-- | libs/hwui/GradientCache.h | 1 | ||||
-rw-r--r-- | libs/hwui/TextureCache.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/libs/hwui/GradientCache.h b/libs/hwui/GradientCache.h index 7339853..ac34684 100644 --- a/libs/hwui/GradientCache.h +++ b/libs/hwui/GradientCache.h @@ -19,6 +19,7 @@ #include <SkShader.h> +#include <utils/Mutex.h> #include <utils/Vector.h> #include "Texture.h" diff --git a/libs/hwui/TextureCache.h b/libs/hwui/TextureCache.h index d879392..10a05e0 100644 --- a/libs/hwui/TextureCache.h +++ b/libs/hwui/TextureCache.h @@ -19,6 +19,7 @@ #include <SkBitmap.h> +#include <utils/Mutex.h> #include <utils/Vector.h> #include "Debug.h" |