summaryrefslogtreecommitdiffstats
path: root/libs/hwui/FboCache.h
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2010-10-05 18:14:38 -0700
committerRomain Guy <romainguy@google.com>2010-10-05 18:14:38 -0700
commiteb99356a0548684a501766e6a524529ab93304c8 (patch)
tree7beb40beea2f12944057cd025ca8b212d3a01855 /libs/hwui/FboCache.h
parent7adaf3d1aa18c7e521f7154e545fe52d329763c3 (diff)
downloadframeworks_base-eb99356a0548684a501766e6a524529ab93304c8.zip
frameworks_base-eb99356a0548684a501766e6a524529ab93304c8.tar.gz
frameworks_base-eb99356a0548684a501766e6a524529ab93304c8.tar.bz2
Optimize saveLayer() when the clip flag is set.
This speeds up applications, especially Launcher.
Diffstat (limited to 'libs/hwui/FboCache.h')
-rw-r--r--libs/hwui/FboCache.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/hwui/FboCache.h b/libs/hwui/FboCache.h
index 66f66ea..ec4afe9 100644
--- a/libs/hwui/FboCache.h
+++ b/libs/hwui/FboCache.h
@@ -21,8 +21,6 @@
#include <utils/SortedVector.h>
-#include "GenerationCache.h"
-
namespace android {
namespace uirenderer {