From 06f9ebf4f6178d6b6970cace263ee180d4b61d36 Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Mon, 13 Dec 2010 16:47:31 -0800 Subject: minor clean-up. SurfaceFlinger doesn't need libpixelflinger.so. Change-Id: I3bdca74351c8e480a05084bc412a96c5f685221d --- include/surfaceflinger/Surface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/surfaceflinger') 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; -- cgit v1.1