From 28d8ff6dbcc1b137131c70b72b4dbd211db7fbd9 Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Mon, 22 Aug 2011 14:01:34 -0700 Subject: Move constants to the correct header Change-Id: Id4bd14f72487bd7156cd2e1930eaf97b47896273 --- libs/hwui/LayerCache.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'libs/hwui/LayerCache.h') diff --git a/libs/hwui/LayerCache.h b/libs/hwui/LayerCache.h index 63bb824c1281..c14c9caa9a5a 100644 --- a/libs/hwui/LayerCache.h +++ b/libs/hwui/LayerCache.h @@ -19,6 +19,7 @@ #include "Debug.h" #include "Layer.h" +#include "Properties.h" #include "utils/SortedList.h" namespace android { @@ -28,11 +29,6 @@ namespace uirenderer { // Defines /////////////////////////////////////////////////////////////////////////////// -// Indicates whether to remove the biggest layers first, or the smaller ones -#define LAYER_REMOVE_BIGGEST 0 -// Textures used by layers must have dimensions multiples of this number -#define LAYER_SIZE 64 - // Debug #if DEBUG_LAYERS #define LAYER_LOGD(...) LOGD(__VA_ARGS__) -- cgit v1.2.3-59-g8ed1b