From a35778c799e8073a42b9e22191bde9d838327ab7 Mon Sep 17 00:00:00 2001 From: John Reck Date: Thu, 6 Nov 2014 09:45:10 -0800 Subject: Yank ResourceCache out of Caches Bug: 17947547 Pull the ResourceCache (aka, ref-counting side channel) out of Caches so that DisplayListRenderer doesn't use Caches, avoiding the risk of instantiating Caches on the wrong thread or without a GL context Change-Id: I7d63b70b3b0a0163308c5dedd6ef255eadebe8fd --- libs/hwui/Caches.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/hwui/Caches.h') diff --git a/libs/hwui/Caches.h b/libs/hwui/Caches.h index 7aa628c..e338686 100644 --- a/libs/hwui/Caches.h +++ b/libs/hwui/Caches.h @@ -340,7 +340,6 @@ public: TessellationCache tessellationCache; TextDropShadowCache dropShadowCache; FboCache fboCache; - ResourceCache resourceCache; GammaFontRenderer* fontRenderer; -- cgit v1.1