From eb99356a0548684a501766e6a524529ab93304c8 Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Tue, 5 Oct 2010 18:14:38 -0700 Subject: Optimize saveLayer() when the clip flag is set. This speeds up applications, especially Launcher. --- libs/hwui/FboCache.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libs/hwui/FboCache.h') diff --git a/libs/hwui/FboCache.h b/libs/hwui/FboCache.h index 66f66eac4251..ec4afe9e2c5e 100644 --- a/libs/hwui/FboCache.h +++ b/libs/hwui/FboCache.h @@ -21,8 +21,6 @@ #include -#include "GenerationCache.h" - namespace android { namespace uirenderer { -- cgit v1.2.3-59-g8ed1b