summaryrefslogtreecommitdiff
path: root/libs/hwui/GradientCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/hwui/GradientCache.h')
-rw-r--r--libs/hwui/GradientCache.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/hwui/GradientCache.h b/libs/hwui/GradientCache.h
index 08319ea1ec9b..7534c5d11164 100644
--- a/libs/hwui/GradientCache.h
+++ b/libs/hwui/GradientCache.h
@@ -25,7 +25,6 @@
#include <utils/LruCache.h>
#include <utils/Mutex.h>
-#include <utils/Vector.h>
namespace android {
namespace uirenderer {
@@ -183,7 +182,6 @@ private:
bool mUseFloatTexture;
bool mHasNpot;
- Vector<SkShader*> mGarbage;
mutable Mutex mLock;
}; // class GradientCache