summaryrefslogtreecommitdiffstats
path: root/include/surfaceflinger
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2010-12-14 15:51:32 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-12-14 15:51:32 -0800
commit52e6ada69e0cdc4366f97cef12d8ce93c52c3b24 (patch)
tree886362a7280b263bd522599988086c093e7dfe7e /include/surfaceflinger
parentaa0e56f9f2f353f969a7230eb8d038fffff4d6da (diff)
parent06f9ebf4f6178d6b6970cace263ee180d4b61d36 (diff)
downloadframeworks_base-52e6ada69e0cdc4366f97cef12d8ce93c52c3b24.zip
frameworks_base-52e6ada69e0cdc4366f97cef12d8ce93c52c3b24.tar.gz
frameworks_base-52e6ada69e0cdc4366f97cef12d8ce93c52c3b24.tar.bz2
Merge "minor clean-up. SurfaceFlinger doesn't need libpixelflinger.so."
Diffstat (limited to 'include/surfaceflinger')
-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 cef439c..2df8ca3 100644
--- a/include/surfaceflinger/Surface.h
+++ b/include/surfaceflinger/Surface.h
@@ -249,7 +249,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;