summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2011-01-25 14:46:22 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2011-01-25 14:46:22 -0800
commit88bccab35c81907db09be3f511a2c1fd379a75b4 (patch)
tree8482a2450b68473e7f00dbd92052a876e33b9a3b /include
parenteb645a15b95ba917ce360b135f92cbcb6df56104 (diff)
parentd3fcd0a1c923498921107bb44fbc8b24582a170a (diff)
downloadframeworks_base-88bccab35c81907db09be3f511a2c1fd379a75b4.zip
frameworks_base-88bccab35c81907db09be3f511a2c1fd379a75b4.tar.gz
frameworks_base-88bccab35c81907db09be3f511a2c1fd379a75b4.tar.bz2
am d3fcd0a1: Merge "minor clean-up. SurfaceFlinger doesn\'t need libpixelflinger.so. (DO NOT MERGE)" into gingerbread
* commit 'd3fcd0a1c923498921107bb44fbc8b24582a170a': minor clean-up. SurfaceFlinger doesn't need libpixelflinger.so. (DO NOT MERGE)
Diffstat (limited to 'include')
-rw-r--r--include/surfaceflinger/Surface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/surfaceflinger/Surface.h b/include/surfaceflinger/Surface.h
index 22684db..7b2a7f5 100644
--- a/include/surfaceflinger/Surface.h
+++ b/include/surfaceflinger/Surface.h
@@ -248,7 +248,7 @@ private:
uint32_t *pWidth, uint32_t *pHeight,
uint32_t *pFormat, uint32_t *pUsage) const;
- static void cleanCachedSurfaces();
+ static void cleanCachedSurfacesLocked();
class BufferInfo {
uint32_t mWidth;