diff options
| author | 2010-12-13 16:47:31 -0800 | |
|---|---|---|
| committer | 2011-01-25 14:18:15 -0800 | |
| commit | 728d849fc92bbf9b3bfd8c3903344ff58f3d5d06 (patch) | |
| tree | 59811b37615d1e4d7c227b71cd3a378206449cb0 /include/surfaceflinger/Surface.h | |
| parent | c929677e017759047d94599faa1b80ebe278fefb (diff) | |
minor clean-up. SurfaceFlinger doesn't need libpixelflinger.so. (DO NOT MERGE)
Change-Id: I1ddbbbec4fa5b2521ef3787bc28efe1bc90d0060
Diffstat (limited to 'include/surfaceflinger/Surface.h')
| -rw-r--r-- | include/surfaceflinger/Surface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/surfaceflinger/Surface.h b/include/surfaceflinger/Surface.h index 22684db8f2ab..7b2a7f5afc81 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; |